diff --git a/src/bootstrap/channel.rs b/src/bootstrap/channel.rs index 0b2f62485c9e..d12094867b20 100644 --- a/src/bootstrap/channel.rs +++ b/src/bootstrap/channel.rs @@ -14,7 +14,7 @@ use crate::Build; use crate::config::Config; // The version number -pub const CFG_RELEASE_NUM: &str = "1.34.0"; +pub const CFG_RELEASE_NUM: &str = "1.34.1"; pub struct GitInfo { inner: Option,