diff --git a/util/src/misc.rs b/util/src/misc.rs index 0d11313fe..7ddfa752e 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"))] @@ -73,4 +73,4 @@ pub fn version_data() -> Bytes { /// Provide raw information on the package. pub fn raw_package_info() -> (&'static str, &'static str, &'static str) { (THIS_TRACK, env!["CARGO_PKG_VERSION"], sha()) -} \ No newline at end of file +}