diff options
| author | Steve Klabnik <steve@steveklabnik.com> | 2016-07-06 19:13:08 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-07-06 19:13:08 -0400 |
| commit | f8905e1e014b319497007662f186b87146fa543f (patch) | |
| tree | dee77409bed1fa106797c748eccfb5482209bf40 | |
| parent | 26821a6f8823e7e3af8b8794d7b4581d876da6ae (diff) | |
| parent | 1d9284664fdd6aa9ffe801ccd768949fa813223d (diff) | |
| download | rust-f8905e1e014b319497007662f186b87146fa543f.tar.gz rust-f8905e1e014b319497007662f186b87146fa543f.zip | |
Rollup merge of #34664 - alexcrichton:bump, r=brson
Bump version to 1.12.0 Beta's now in the forge, let's start working on 1.12.0!
| -rw-r--r-- | mk/main.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/main.mk b/mk/main.mk index daf656f89c1..4c72597f0c5 100644 --- a/mk/main.mk +++ b/mk/main.mk @@ -13,7 +13,7 @@ ###################################################################### # The version number -CFG_RELEASE_NUM=1.11.0 +CFG_RELEASE_NUM=1.12.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 |
