From 1f4d6fced31c927ada3535c07def5e7d4ca7d9f3 Mon Sep 17 00:00:00 2001 From: arkpar Date: Thu, 13 Jul 2017 15:14:53 +0200 Subject: [PATCH] Set release channel to beta --- util/src/misc.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/src/misc.rs b/util/src/misc.rs index 6dc2fba12..e4a8acc40 100644 --- a/util/src/misc.rs +++ b/util/src/misc.rs @@ -24,7 +24,7 @@ include!(concat!(env!("OUT_DIR"), "/version.rs")); include!(concat!(env!("OUT_DIR"), "/rustc_version.rs")); #[cfg(feature = "final")] -const THIS_TRACK: &'static str = "nightly"; +const THIS_TRACK: &'static str = "beta"; // ^^^ should be reset to "stable" or "beta" according to the release branch. #[cfg(not(feature = "final"))]