Skip to content

Commit 6ff413e

Browse files
committed
Bump beta version to 1.24.0-beta.2
1 parent cbb547b commit 6ff413e

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.24.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)