]> git.lizzy.rs Git - rust.git/blobdiff - src/bootstrap/channel.rs
Deal with spaces in the rust version.
[rust.git] / src / bootstrap / channel.rs
index a4115904ac76f16500d5c6fd6eb834a683041ec9..51a9b0e0a52e14a853dd6b6edf32668da86b229b 100644 (file)
@@ -13,7 +13,7 @@
 use crate::Build;
 
 // The version number
-pub const CFG_RELEASE_NUM: &str = "1.46.0";
+pub const CFG_RELEASE_NUM: &str = "1.47.0";
 
 pub struct GitInfo {
     inner: Option<Info>,