summary refs log tree commit diff
path: root/src/bootstrap
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2018-07-07 22:47:23 +0000
committerbors <bors@rust-lang.org>2018-07-07 22:47:23 +0000
commit5f2b325f64ed6caa7179f3e04913db437656ec7e (patch)
tree3164d0f3404c27934ca8ae261b0c21a52ce10495 /src/bootstrap
parent3eda71b00ad48d7bf4eef4c443e7f611fd061418 (diff)
parentfdbe5b4fa1de5036a45de474f60d417d1f5e4a05 (diff)
downloadrust-1.27.1.tar.gz
rust-1.27.1.zip
Auto merge of #52134 - Mark-Simulacrum:stable-next, r=Mark-Simulacrum 1.27.1
Stable release 1.27.1

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 3453933a965..25a709ccbb0 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.27.0";
+pub const CFG_RELEASE_NUM: &str = "1.27.1";
 
 pub struct GitInfo {
     inner: Option<Info>,