Skip to content

Commit

Permalink
version: update version (1.24.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
violet-dev committed May 15, 2022
1 parent 64e1526 commit db681b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/version/update_sync.dart
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ class UpdateSyncManager {

// Current version
static const int majorVersion = 1;
static const int minorVersion = 23;
static const int patchVersion = 2;
static const int minorVersion = 24;
static const int patchVersion = 0;

static String get currentVersion =>
'$majorVersion.$minorVersion.$patchVersion';
Expand Down

0 comments on commit db681b2

Please sign in to comment.