We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 552774f commit bc8787cCopy full SHA for bc8787c
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.1";
+pub const CFG_RELEASE_NUM: &str = "1.34.2";
18
19
pub struct GitInfo {
20
inner: Option<Info>,
0 commit comments