Skip to content

Commit 814e20e

Browse files
committed
FIX: Accidentially made a WB deployment with dev.2 version, reverting it.
1 parent a5d5c6e commit 814e20e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/lib/shared/const/app.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ sealed class App {
3636
// build numbers.
3737
static const String versionMajor = '8';
3838
static const String versionMinor = '0';
39-
static const String versionPatch = '0-dev.2';
39+
static const String versionPatch = '0-dev.1';
4040
static const String versionBuild = '01';
4141
static const String versionFull = '$versionMajor.$versionMinor.$versionPatch'
4242
'\nBuild-$versionBuild';

0 commit comments

Comments
 (0)