Skip to content

Commit f2debd1

Browse files
author
Kevin Chu
authored
Merge pull request #44 from Exabyte-io/feat/SOF-6954
feat/SOF-6954: default espresso v6.3
2 parents 5049f4f + bb2e22b commit f2debd1

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"@exabyte-io/code.js": "2023.11.22-0",
4848
"@exabyte-io/eslint-config": "^2022.11.17-0",
4949
"@exabyte-io/made.js": "2022.6.15-0",
50-
"@exabyte-io/application-flavors.js": "2023.11.22-2",
50+
"@exabyte-io/application-flavors.js": "2023.12.1-0",
5151
"chai": "^4.3.4",
5252
"eslint": "7.32.0",
5353
"eslint-config-airbnb": "19.0.2",

src/application.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export class Application extends NamedDefaultableInMemoryEntity {
1818
return {
1919
name: "espresso",
2020
shortName: "qe",
21-
version: "5.4.0",
21+
version: "6.3",
2222
summary: "Quantum Espresso",
2323
build: "Default",
2424
};

0 commit comments

Comments
 (0)