Skip to content

Commit

Permalink
Update version.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
erik-404err authored Oct 5, 2024
1 parent 87c0a1e commit 926c2f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/data/version.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Run `./scripts/bump_version.dart --help` for more information.

/// The current app version as an ordinal number.
const int buildNumber = 25001;
const int buildNumber = 25010;

/// The current app version as a string.
const String buildName = '0.25.01';
Expand Down

0 comments on commit 926c2f7

Please sign in to comment.