Skip to content

Commit

Permalink
v1.2.1: Update analyzer to 6.9.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
eggnstone committed Dec 14, 2024
1 parent 049fb67 commit 14c4b4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/Constants/Generated/VersionConstants.dart
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class VersionConstants
{
static const int MAJOR = 1;
static const int MINOR = 2;
static const int PATCH = 0;
static const int PATCH = 1;

static const Version VERSION = Version(MAJOR, MINOR, PATCH);
}

0 comments on commit 14c4b4a

Please sign in to comment.