We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1.24.0-beta.2
1 parent cbb547b commit 6ff413eCopy full SHA for 6ff413e
src/bootstrap/channel.rs
@@ -29,7 +29,7 @@ pub const CFG_RELEASE_NUM: &str = "1.24.0";
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
31
// versions (section 9)
32
-pub const CFG_PRERELEASE_VERSION: &str = ".1";
+pub const CFG_PRERELEASE_VERSION: &str = ".2";
33
34
pub struct GitInfo {
35
inner: Option<Info>,
0 commit comments