From ef7cd00c8ecd7721d047bd0ed00eb67ddbecd4d8 Mon Sep 17 00:00:00 2001 From: Simon Sapin Date: Sun, 26 Nov 2017 23:04:40 +0100 Subject: [PATCH] Increment Nightly version to 1.24.0 The beta channel is now at 1.23.0-beta.1. --- src/bootstrap/channel.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bootstrap/channel.rs b/src/bootstrap/channel.rs index 189b652d19bbe..0485ebe17fb00 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