diff options
| author | bors <bors@rust-lang.org> | 2018-07-18 17:13:11 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2018-07-18 17:13:11 +0000 |
| commit | 58cc626de3301192d5d8c6dcbde43b5b44211ae2 (patch) | |
| tree | 59829d59479b725a1eb33767b9d0a6d16b598662 /src/bootstrap | |
| parent | 5f2b325f64ed6caa7179f3e04913db437656ec7e (diff) | |
| parent | 9ea66dc4c5570fc87185e0d68bb2846a9a452624 (diff) | |
| download | rust-1.27.2.tar.gz rust-1.27.2.zip | |
Auto merge of #52481 - Mark-Simulacrum:stable-next, r=alexcrichton 1.27.2
1.27.2 stable release This is essentially a backport of https://github.com/rust-lang/rust/pull/52232. I've set the release date for Friday, July 20th. r? @alexcrichton
Diffstat (limited to 'src/bootstrap')
| -rw-r--r-- | src/bootstrap/channel.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap/channel.rs b/src/bootstrap/channel.rs index 25a709ccbb0..2718db4cea5 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.1"; +pub const CFG_RELEASE_NUM: &str = "1.27.2"; pub struct GitInfo { inner: Option<Info>, |
