Skip to content

Commit d1df55b

Browse files
committed
Bump: Web build
1 parent ca30773 commit d1df55b

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
@@ -47,7 +47,7 @@ sealed class App {
4747
static const String versionMajor = '8';
4848
static const String versionMinor = '0';
4949
static const String versionPatch = '1';
50-
static const String versionBuild = '04';
50+
static const String versionBuild = '05';
5151
static const String versionFull = '$versionMajor.$versionMinor.$versionPatch'
5252
'\nBuild-$versionBuild';
5353
static const String version = '$versionMajor.$versionMinor.$versionPatch';

0 commit comments

Comments
 (0)