about summary refs log tree commit diff
path: root/src/bootstrap
diff options
context:
space:
mode:
authorMark Rousskov <mark.simulacrum@gmail.com>2018-08-01 07:37:38 -0600
committerMark Rousskov <mark.simulacrum@gmail.com>2018-08-01 11:59:08 -0600
commit683a3db01fcd00998a36e494ee39209b3105cfb9 (patch)
tree544717784e73eb774297aee52ce814937d3ad380 /src/bootstrap
parent8c069ceba81a0fffc1ce95aaf7e8339e11bf2796 (diff)
Switch to bootstrapping from 1.29 beta
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>,