From b3785a31cdae1c164504db6da9c0f8fe6834d4c3 Mon Sep 17 00:00:00 2001 From: Mark Simulacrum Date: Thu, 24 May 2018 15:04:44 -0600 Subject: [PATCH] Bump for 1.26.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 72841cb0616c1..6b25a130ae024 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.26.0"; +pub const CFG_RELEASE_NUM: &str = "1.26.1"; pub struct GitInfo { inner: Option,