about summary refs log tree commit diff
path: root/src/bootstrap
diff options
context:
space:
mode:
authorMark Simulacrum <mark.simulacrum@gmail.com>2018-06-22 09:48:43 -0600
committerAlex Crichton <alex@alexcrichton.com>2018-06-30 13:17:49 -0700
commitad97f8b491422d947c1c97d8e9f1bfecdb7f47ba (patch)
tree46206c7145336f073d6928bf97dde3941c0a3bbc /src/bootstrap
parent5d95db34a472dc09a90737c83ab533b840dcd224 (diff)
Bootstrap from 1.28.0-beta.3
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 a2495f68c1f..04d576df955 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.28.0";
+pub const CFG_RELEASE_NUM: &str = "1.29.0";
 
 pub struct GitInfo {
     inner: Option<Info>,