From 619106760b92b3d9ca6f40859993ff1981aec56a Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Thu, 13 Jul 2017 11:39:15 -0700 Subject: [PATCH] Bump 1.19 prerelease to .4 --- 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 998e5c42d478c..6309adf54be18 100644 --- a/src/bootstrap/channel.rs +++ b/src/bootstrap/channel.rs @@ -28,7 +28,7 @@ pub const CFG_RELEASE_NUM: &'static str = "1.19.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 // versions (section 9) -pub const CFG_PRERELEASE_VERSION: &'static str = ".3"; +pub const CFG_PRERELEASE_VERSION: &'static str = ".4"; pub struct GitInfo { inner: Option,