about summary refs log tree commit diff
path: root/src/bootstrap
diff options
context:
space:
mode:
authorMark Rousskov <mark.simulacrum@gmail.com>2019-08-11 12:55:31 -0400
committerMark Rousskov <mark.simulacrum@gmail.com>2019-08-13 07:16:04 -0400
commite9b3a0176440fa1696c730b55d82e68e8e6c41f6 (patch)
tree23c0de162d1b580d5a549f6623dc2484c7dfd4b2 /src/bootstrap
parent60960a260f7b5c695fd0717311d72ce62dd4eb43 (diff)
downloadrust-e9b3a0176440fa1696c730b55d82e68e8e6c41f6.tar.gz
rust-e9b3a0176440fa1696c730b55d82e68e8e6c41f6.zip
Bump to 1.39
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 8e8d8f5e787..caa4843da4d 100644
--- a/src/bootstrap/channel.rs
+++ b/src/bootstrap/channel.rs
@@ -13,7 +13,7 @@ use build_helper::output;
 use crate::Build;
 
 // The version number
-pub const CFG_RELEASE_NUM: &str = "1.38.0";
+pub const CFG_RELEASE_NUM: &str = "1.39.0";
 
 pub struct GitInfo {
     inner: Option<Info>,