summary refs log tree commit diff
path: root/src/bootstrap
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2018-08-02 15:34:21 +0000
committerbors <bors@rust-lang.org>2018-08-02 15:34:21 +0000
commit03da14ba8cd22acbcfe1cca617f6c274999e5e9e (patch)
treea33c2439348b38fceebbf1fc4604e06066c5e8a0 /src/bootstrap
parent5e92bf280b59fe0c187359743d7d430575fa30b1 (diff)
parent683a3db01fcd00998a36e494ee39209b3105cfb9 (diff)
downloadrust-03da14ba8cd22acbcfe1cca617f6c274999e5e9e.tar.gz
rust-03da14ba8cd22acbcfe1cca617f6c274999e5e9e.zip
Auto merge of #52949 - Mark-Simulacrum:snap, r=alexcrichton
Switch to bootstrapping from 1.29 beta

r? @alexcrichton
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 04d576df955..fa2b58fb2da 100644
--- a/src/bootstrap/channel.rs
+++ b/src/bootstrap/channel.rs
@@ -24,7 +24,7 @@ use Build;
 use config::Config;
 
 // The version number
-pub const CFG_RELEASE_NUM: &str = "1.29.0";
+pub const CFG_RELEASE_NUM: &str = "1.30.0";
 
 pub struct GitInfo {
     inner: Option<Info>,