summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMazdak Farrokhzad <twingoow@gmail.com>2019-04-15 04:37:47 +0200
committerMazdak Farrokhzad <twingoow@gmail.com>2019-04-17 05:15:00 +0200
commit531a9bdbe6dd03943089075fe72d57a6f3ee0456 (patch)
treef7a358c1fd86c62fbf9d5922cb7f6f9d4729190c
parent26e9a81c487f63c734bb7ac1739cdae2da2cb9b1 (diff)
downloadrust-531a9bdbe6dd03943089075fe72d57a6f3ee0456.tar.gz
bump bootstrap; nightly => 1.36.
-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 e42b073322e..a6da4f5385a 100644
--- a/src/bootstrap/channel.rs
+++ b/src/bootstrap/channel.rs
@@ -13,7 +13,7 @@ use build_helper::output;
use crate::Build;
// The version number
-pub const CFG_RELEASE_NUM: &str = "1.35.0";
+pub const CFG_RELEASE_NUM: &str = "1.36.0";
pub struct GitInfo {
inner: Option<Info>,