From 61063b05e2a45214df66ef86147c926326ef7b2e Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Tue, 23 May 2017 01:12:49 +0000 Subject: [PATCH] Bump the prerelease version --- 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 c4c3f68f7b6bb..be8cfbc670b95 100644 --- a/src/bootstrap/channel.rs +++ b/src/bootstrap/channel.rs @@ -28,7 +28,7 @@ pub const CFG_RELEASE_NUM: &'static str = "1.18.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 = ".2"; +pub const CFG_PRERELEASE_VERSION: &'static str = ".3"; pub struct GitInfo { inner: Option,