]> git.lizzy.rs Git - rust.git/blobdiff - src/bootstrap/channel.rs
Rollup merge of #60766 - vorner:weak-into-raw, r=sfackler
[rust.git] / src / bootstrap / channel.rs
index e42b073322e2883e38ffa8f44c0a3b7c5ebeeabd..41235d911c03e52131bc1f6be897140c4c73f152 100644 (file)
@@ -13,7 +13,7 @@
 use crate::Build;
 
 // The version number
-pub const CFG_RELEASE_NUM: &str = "1.35.0";
+pub const CFG_RELEASE_NUM: &str = "1.37.0";
 
 pub struct GitInfo {
     inner: Option<Info>,