Skip to content

Commit ef6ac6a

Browse files
committed
Bump beta release version
1 parent 98e4540 commit ef6ac6a

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 = ".2";
32+
pub const CFG_PRERELEASE_VERSION: &str = ".3";
3333

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

0 commit comments

Comments
 (0)