Skip to content

Commit ea51b19

Browse files
committed
Auto merge of #46286 - SimonSapin:patch-6, r=alexcrichton
Increment Nightly version to 1.24.0 The beta channel is now at 1.23.0-beta.1.
2 parents 8270faf + ef7cd00 commit ea51b19

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
@@ -24,7 +24,7 @@ use Build;
2424
use config::Config;
2525

2626
// The version number
27-
pub const CFG_RELEASE_NUM: &str = "1.23.0";
27+
pub const CFG_RELEASE_NUM: &str = "1.24.0";
2828

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

0 commit comments

Comments
 (0)