From 7a2da2c2d2503e1a7b02e37d60716333ada9a3e0 Mon Sep 17 00:00:00 2001 From: 5chdn <5chdn@users.noreply.github.com> Date: Tue, 24 Apr 2018 19:40:39 +0200 Subject: [PATCH] Betalize 1.11 :) --- util/version/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/version/Cargo.toml b/util/version/Cargo.toml index 1cc0dc6d2..369401572 100644 --- a/util/version/Cargo.toml +++ b/util/version/Cargo.toml @@ -10,7 +10,7 @@ build = "build.rs" [package.metadata] # This versions track. Should be changed to `stable` or `beta` when on respective branches. # Used by auto-updater and for Parity version string. -track = "nightly" +track = "beta" # Indicates a critical release in this track (i.e. consensus issue) critical = true