Skip to content

Commit

Permalink
Auto merge of #33818 - alexcrichton:bump, r=nikomatsakis
Browse files Browse the repository at this point in the history
mk: Bump version number

The 1.10 betas are now under way so we're now working on the 1.11 release.
  • Loading branch information
bors committed May 28, 2016
2 parents f89c0c2 + c60235b commit 7d68b3d
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 @@ -13,7 +13,7 @@
######################################################################

# The version number
CFG_RELEASE_NUM=1.10.0
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
Expand Down

0 comments on commit 7d68b3d

Please sign in to comment.