Skip to content

Commit 41d7051

Browse files
committed
update prerelease version
1 parent 89247fb commit 41d7051

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

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

0 commit comments

Comments
 (0)