Skip to content

Commit

Permalink
Auto merge of #46580 - rillian:beta, r=alexcrichton
Browse files Browse the repository at this point in the history
Bump beta to .2.

Trigger a 1.23.0-beta.2 release to make #46516 availble, which blocks some issues for Firefox.
  • Loading branch information
bors committed Dec 8, 2017
2 parents 4f56801 + 1c42509 commit c9107ee
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 @@ -29,7 +29,7 @@ pub const CFG_RELEASE_NUM: &str = "1.23.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: &str = ".1";
pub const CFG_PRERELEASE_VERSION: &str = ".2";

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

0 comments on commit c9107ee

Please sign in to comment.