Skip to content

Commit 4b6f4f3

Browse files
committed
Auto merge of #43113 - brson:beta-bump, r=Mark-Simulacrum
[beta] Bump prerelease version There are some more backports left to do, but I figure it's best to get this bump in so we can release [this massive set of backports](#42927). r? @Mark-Simulacrum p=1 maybe
2 parents c064c87 + 12fbb71 commit 4b6f4f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/channel.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ pub const CFG_RELEASE_NUM: &'static str = "1.19.0";
2828
// An optional number to put after the label, e.g. '.2' -> '-beta.2'
2929
// Be sure to make this starts with a dot to conform to semver pre-release
3030
// versions (section 9)
31-
pub const CFG_PRERELEASE_VERSION: &'static str = ".2";
31+
pub const CFG_PRERELEASE_VERSION: &'static str = ".3";
3232

3333
pub struct GitInfo {
3434
inner: Option<Info>,

0 commit comments

Comments
 (0)