We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98e4540 commit ef6ac6aCopy full SHA for ef6ac6a
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 = ".2";
+pub const CFG_PRERELEASE_VERSION: &str = ".3";
33
34
pub struct GitInfo {
35
inner: Option<Info>,
0 commit comments