We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8270faf + ef7cd00 commit ea51b19Copy full SHA for ea51b19
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.23.0";
+pub const CFG_RELEASE_NUM: &str = "1.24.0";
28
29
// An optional number to put after the label, e.g. '.2' -> '-beta.2'
30
// Be sure to make this starts with a dot to conform to semver pre-release
0 commit comments