Skip to content

Commit

Permalink
version: Update version (1.17.3)
Browse files Browse the repository at this point in the history
  • Loading branch information
violet-dev committed Nov 7, 2021
1 parent d1dc4b7 commit 715913b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/version/update_sync.dart
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class UpdateSyncManager {
// Current version
static const int majorVersion = 1;
static const int minorVersion = 17;
static const int patchVersion = 2;
static const int patchVersion = 3;

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

0 comments on commit 715913b

Please sign in to comment.