We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5afb8f5 commit 1d7e113Copy full SHA for 1d7e113
example/lib/shared/const/app.dart
@@ -47,7 +47,7 @@ sealed class App {
47
static const String versionMajor = '8';
48
static const String versionMinor = '0';
49
static const String versionPatch = '1';
50
- static const String versionBuild = '03';
+ static const String versionBuild = '04';
51
static const String versionFull = '$versionMajor.$versionMinor.$versionPatch'
52
'\nBuild-$versionBuild';
53
static const String version = '$versionMajor.$versionMinor.$versionPatch';
0 commit comments