summary refs log tree commit diff
path: root/src/bootstrap
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2017-09-01 10:06:50 -0700
committerAlex Crichton <alex@alexcrichton.com>2017-09-01 10:06:50 -0700
commit7be7dc8fd55599eb9fa80f3f88fb0b190ae17ff8 (patch)
tree647e420a86a93b380113a41038b7b2a738fe8763 /src/bootstrap
parent44668346e17f5002fdc09514cf53f54b22fc6425 (diff)
downloadrust-7be7dc8fd55599eb9fa80f3f88fb0b190ae17ff8.tar.gz
rust-7be7dc8fd55599eb9fa80f3f88fb0b190ae17ff8.zip
Bump beta to .2
Diffstat (limited to 'src/bootstrap')
-rw-r--r--src/bootstrap/channel.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap/channel.rs b/src/bootstrap/channel.rs
index 9c1ae83d382..d6ce3eb98ec 100644
--- a/src/bootstrap/channel.rs
+++ b/src/bootstrap/channel.rs
@@ -29,7 +29,7 @@ pub const CFG_RELEASE_NUM: &str = "1.21.0";
 // An optional number to put after the label, e.g. '.2' -> '-beta.2'
 // Be sure to make this starts with a dot to conform to semver pre-release
 // versions (section 9)
-pub const CFG_PRERELEASE_VERSION: &str = ".1";
+pub const CFG_PRERELEASE_VERSION: &str = ".2";
 
 pub struct GitInfo {
     inner: Option<Info>,