Skip to content

Commit

Permalink
✨ feat: Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
YuzuZensai committed Jun 15, 2024
1 parent a7339ec commit 57525b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/App.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import Express from './Express';
import Logger from '../libs/Logger';
import Locale from './Locale';
class App {
public readonly versionNumber = `0.12`;
public readonly versionNumber = `0.13`;
public readonly version = `${this.versionNumber}${
Environment.get().NODE_ENV === 'development' ? ' / Development Build' : ''
}`;
Expand Down

0 comments on commit 57525b2

Please sign in to comment.