Skip to content

Commit c9107ee

Browse files
committed
Auto merge of #46580 - rillian:beta, r=alexcrichton
Bump beta to .2. Trigger a 1.23.0-beta.2 release to make #46516 availble, which blocks some issues for Firefox.
2 parents 4f56801 + 1c42509 commit c9107ee

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
@@ -29,7 +29,7 @@ pub const CFG_RELEASE_NUM: &str = "1.23.0";
2929
// An optional number to put after the label, e.g. '.2' -> '-beta.2'
3030
// Be sure to make this starts with a dot to conform to semver pre-release
3131
// versions (section 9)
32-
pub const CFG_PRERELEASE_VERSION: &str = ".1";
32+
pub const CFG_PRERELEASE_VERSION: &str = ".2";
3333

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

0 commit comments

Comments
 (0)