We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89247fb commit 41d7051Copy full SHA for 41d7051
src/bootstrap/channel.rs
@@ -29,7 +29,7 @@ pub const CFG_RELEASE_NUM: &str = "1.21.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 = ".3";
+pub const CFG_PRERELEASE_VERSION: &str = ".4";
33
34
pub struct GitInfo {
35
inner: Option<Info>,
0 commit comments