We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4644612 + 696af75 commit 0308c98Copy full SHA for 0308c98
src/bootstrap/channel.rs
@@ -28,7 +28,7 @@ pub const CFG_RELEASE_NUM: &'static str = "1.18.0";
28
// An optional number to put after the label, e.g. '.2' -> '-beta.2'
29
// Be sure to make this starts with a dot to conform to semver pre-release
30
// versions (section 9)
31
-pub const CFG_PRERELEASE_VERSION: &'static str = ".3";
+pub const CFG_PRERELEASE_VERSION: &'static str = ".4";
32
33
pub struct GitInfo {
34
inner: Option<Info>,
0 commit comments