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 a5d5c6e commit 814e20eCopy full SHA for 814e20e
example/lib/shared/const/app.dart
@@ -36,7 +36,7 @@ sealed class App {
36
// build numbers.
37
static const String versionMajor = '8';
38
static const String versionMinor = '0';
39
- static const String versionPatch = '0-dev.2';
+ static const String versionPatch = '0-dev.1';
40
static const String versionBuild = '01';
41
static const String versionFull = '$versionMajor.$versionMinor.$versionPatch'
42
'\nBuild-$versionBuild';
0 commit comments