about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorSimon Sapin <simon.sapin@exyr.org>2017-11-26 23:04:40 +0100
committerGitHub <noreply@github.com>2017-11-26 23:04:40 +0100
commitef7cd00c8ecd7721d047bd0ed00eb67ddbecd4d8 (patch)
treee1007dbfd3922dff10e2c317e7aa115130d9f028 /src
parent827cb0d61e22eb6d5c9c5e8e8d05b07108a9968b (diff)
downloadrust-ef7cd00c8ecd7721d047bd0ed00eb67ddbecd4d8.tar.gz
rust-ef7cd00c8ecd7721d047bd0ed00eb67ddbecd4d8.zip
Increment Nightly version to 1.24.0
The beta channel is now at 1.23.0-beta.1.
Diffstat (limited to 'src')
-rw-r--r--src/bootstrap/channel.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap/channel.rs b/src/bootstrap/channel.rs
index 189b652d19b..0485ebe17fb 100644
--- a/src/bootstrap/channel.rs
+++ b/src/bootstrap/channel.rs
@@ -24,7 +24,7 @@ use Build;
 use config::Config;
 
 // The version number
-pub const CFG_RELEASE_NUM: &str = "1.23.0";
+pub const CFG_RELEASE_NUM: &str = "1.24.0";
 
 // An optional number to put after the label, e.g. '.2' -> '-beta.2'
 // Be sure to make this starts with a dot to conform to semver pre-release