Skip to content

Commit

Permalink
Auto merge of #43113 - brson:beta-bump, r=Mark-Simulacrum
Browse files Browse the repository at this point in the history
[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
  • Loading branch information
bors committed Jul 7, 2017
2 parents c064c87 + 12fbb71 commit 4b6f4f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bootstrap/channel.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ pub const CFG_RELEASE_NUM: &'static str = "1.19.0";
// An optional number to put after the label, e.g. '.2' -> '-beta.2'
// Be sure to make this starts with a dot to conform to semver pre-release
// versions (section 9)
pub const CFG_PRERELEASE_VERSION: &'static str = ".2";
pub const CFG_PRERELEASE_VERSION: &'static str = ".3";

pub struct GitInfo {
inner: Option<Info>,
Expand Down

0 comments on commit 4b6f4f3

Please sign in to comment.