about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMark Simulacrum <mark.simulacrum@gmail.com>2018-02-22 16:48:46 -0700
committerMark Simulacrum <mark.simulacrum@gmail.com>2018-02-26 18:20:51 -0700
commit9853d20e4d054207c54b62e3fb700106652bcac9 (patch)
treede72b3163b47f646b717f1f809d1315b9bf49da9
parent3e3f0cc050c7da6fca4a1e7986cd810d9b3175a1 (diff)
Bump to 1.24.1
-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 046ae7e7678..d675834bd62 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.24.0";
+pub const CFG_RELEASE_NUM: &str = "1.24.1";
 
 pub struct GitInfo {
     inner: Option<Info>,