Skip to content

Commit

Permalink
Update the beta to .2
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Jul 26, 2016
1 parent b1462b4 commit 8819868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mk/main.mk
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ CFG_RELEASE_NUM=1.11.0
# An optional number to put after the label, e.g. '.2' -> '-beta.2'
# NB Make sure it starts with a dot to conform to semver pre-release
# versions (section 9)
CFG_PRERELEASE_VERSION=.1
CFG_PRERELEASE_VERSION=.2

# Append a version-dependent hash to each library, so we can install different
# versions in the same place
Expand Down

0 comments on commit 8819868

Please sign in to comment.