]> git.lizzy.rs Git - rust.git/blobdiff - src/bootstrap/channel.rs
Simplify Cache wrapper to single type, impl Deref on it, fix all compilation errors...
[rust.git] / src / bootstrap / channel.rs
index caa4843da4d369a1230c5be822be02329a889475..b17ee098ff62ad2863ec60a01eb21e972539c800 100644 (file)
@@ -13,7 +13,7 @@
 use crate::Build;
 
 // The version number
-pub const CFG_RELEASE_NUM: &str = "1.39.0";
+pub const CFG_RELEASE_NUM: &str = "1.41.0";
 
 pub struct GitInfo {
     inner: Option<Info>,