We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e3f0cc commit 9853d20Copy full SHA for 9853d20
src/bootstrap/channel.rs
@@ -24,7 +24,7 @@ use Build;
24
use config::Config;
25
26
// The version number
27
-pub const CFG_RELEASE_NUM: &str = "1.24.0";
+pub const CFG_RELEASE_NUM: &str = "1.24.1";
28
29
pub struct GitInfo {
30
inner: Option<Info>,
0 commit comments