]> git.lizzy.rs Git - rust.git/blobdiff - src/bootstrap/channel.rs
bump nightly to 1.37.0
[rust.git] / src / bootstrap / channel.rs
index a6da4f5385a5be1e3485e8112cd946befc84a40e..41235d911c03e52131bc1f6be897140c4c73f152 100644 (file)
@@ -13,7 +13,7 @@
 use crate::Build;
 
 // The version number
-pub const CFG_RELEASE_NUM: &str = "1.36.0";
+pub const CFG_RELEASE_NUM: &str = "1.37.0";
 
 pub struct GitInfo {
     inner: Option<Info>,