Skip to content

Commit

Permalink
Switch version to 'release'.
Browse files Browse the repository at this point in the history
  • Loading branch information
brianwalenz committed Mar 18, 2020
1 parent 7ce4846 commit 541200a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/canu_version_update.pl
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
# release, then change label back to 'snapshot'. This will result in the
# released code having a version string of "Canu 1.9".

my $label = "snapshot"; # If not 'release' print this in the version output.
my $label = "release"; # If not 'release' print this in the version output.
my $major = "2"; # Bump before release.
my $minor = "0"; # Bump before release.

Expand Down

0 comments on commit 541200a

Please sign in to comment.