We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dc25bd commit 3808ae8Copy full SHA for 3808ae8
src/bootstrap/channel.rs
@@ -28,7 +28,7 @@ pub const CFG_RELEASE_NUM: &'static str = "1.17.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 = ".1";
+pub const CFG_PRERELEASE_VERSION: &'static str = ".2";
32
33
pub struct GitInfo {
34
inner: Option<Info>,
0 commit comments