about summary refs log tree commit diff
path: root/src/bootstrap
diff options
context:
space:
mode:
authorMark Simulacrum <mark.simulacrum@gmail.com>2018-02-18 16:50:53 -0700
committerMark Simulacrum <mark.simulacrum@gmail.com>2018-02-20 08:52:33 -0700
commit24b485b918a988208cfd95c9101d01b46f550f92 (patch)
treee4e353ad71762fe6fbce5b7621cd1709b1ab9f79 /src/bootstrap
parent27a046e9338fb0455c33b13e8fe28da78212dedc (diff)
downloadrust-24b485b918a988208cfd95c9101d01b46f550f92.tar.gz
rust-24b485b918a988208cfd95c9101d01b46f550f92.zip
Bootstrap from the 1.25 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 e412dd9e3e6..72841cb0616 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.25.0";
+pub const CFG_RELEASE_NUM: &str = "1.26.0";
 
 pub struct GitInfo {
     inner: Option<Info>,