Skip to content

Commit

Permalink
Fix version string error
Browse files Browse the repository at this point in the history
  • Loading branch information
kristoferlund committed Aug 24, 2022
1 parent 35c2d63 commit c39435f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/src/model/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ interface PraiseAppVersion {

export const usePraiseAppVersion = (): PraiseAppVersion => {
const appVersion: PraiseAppVersion = {
current: 'v0.11.1', //TODO: get this from package.json
current: '0.11.1', //TODO: get this from package.json
latest: undefined,
newVersionAvailable: false,
};
Expand Down

0 comments on commit c39435f

Please sign in to comment.