Skip to content

Commit

Permalink
Bump to v1.4.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
brianwalenz committed Sep 25, 2023
1 parent 0efe1ce commit 5f3f1eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/version_update.pl
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

my $label = "release"; # If not 'release' print this in the version output.
my $major = "1"; # Bump before release.
my $minor = "4"; # Bump before release.
my $minor = "4.1"; # Bump before release.

my $branch = "master";
my $version = "v$major.$minor";
Expand Down

0 comments on commit 5f3f1eb

Please sign in to comment.