We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e283c52 commit 34aed3dCopy full SHA for 34aed3d
src/bootstrap/channel.rs
@@ -14,7 +14,7 @@ use crate::Build;
14
use crate::config::Config;
15
16
// The version number
17
-pub const CFG_RELEASE_NUM: &str = "1.34.0";
+pub const CFG_RELEASE_NUM: &str = "1.34.1";
18
19
pub struct GitInfo {
20
inner: Option<Info>,
0 commit comments