Skip to content

Commit

Permalink
Merge pull request #44 from Exabyte-io/feat/SOF-6954
Browse files Browse the repository at this point in the history
feat/SOF-6954: default espresso v6.3
  • Loading branch information
Kevin Chu authored Dec 1, 2023
2 parents 5049f4f + bb2e22b commit f2debd1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@exabyte-io/code.js": "2023.11.22-0",
"@exabyte-io/eslint-config": "^2022.11.17-0",
"@exabyte-io/made.js": "2022.6.15-0",
"@exabyte-io/application-flavors.js": "2023.11.22-2",
"@exabyte-io/application-flavors.js": "2023.12.1-0",
"chai": "^4.3.4",
"eslint": "7.32.0",
"eslint-config-airbnb": "19.0.2",
Expand Down
2 changes: 1 addition & 1 deletion src/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export class Application extends NamedDefaultableInMemoryEntity {
return {
name: "espresso",
shortName: "qe",
version: "5.4.0",
version: "6.3",
summary: "Quantum Espresso",
build: "Default",
};
Expand Down

0 comments on commit f2debd1

Please sign in to comment.