Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
graphefruit committed Sep 14, 2024
1 parent 21543cb commit bd42c5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/classes/version/iVersion.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export class Version implements IVersion {
* We dont set this to a variable, else it would be stored in DB and wrongly overwritten
*/
private getUpdatedVersions() {
return ['7.50'];
return ['7.5.0'];
}

private versionCompare(_actualAppVersion, _updateVersion) {
Expand Down

0 comments on commit bd42c5f

Please sign in to comment.