Skip to content

Commit

Permalink
chore: make default Application return version 6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Chu committed Nov 7, 2023
1 parent 9490d9c commit f07bfce
Showing 1 changed file with 1 addition and 1 deletion.
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 f07bfce

Please sign in to comment.