Skip to content

Commit

Permalink
Update version to 2.1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
brianwalenz committed Oct 16, 2020
1 parent dc867ae commit 5638f7d
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 = "2"; # Bump before release.
my $minor = "1"; # Bump before release.
my $minor = "1.1"; # Bump before release.

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

0 comments on commit 5638f7d

Please sign in to comment.