Skip to content

Commit

Permalink
v1.1.18: Adjusted to extended AstVisitor.
Browse files Browse the repository at this point in the history
  • Loading branch information
eggnstone committed May 15, 2024
1 parent 2e6f4a2 commit bba786e
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 = 1;
static const int PATCH = 17;
static const int PATCH = 18;

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

0 comments on commit bba786e

Please sign in to comment.