From 1fa0b8d50d4c85f47ee3f21e4ce0d93c9a8e0168 Mon Sep 17 00:00:00 2001 From: iliana etaoin Date: Tue, 28 May 2024 15:55:40 +0000 Subject: [PATCH] Bump version to 9.0.0 --- dev-tools/releng/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-tools/releng/src/main.rs b/dev-tools/releng/src/main.rs index 445090115d..9bb0cd33bb 100644 --- a/dev-tools/releng/src/main.rs +++ b/dev-tools/releng/src/main.rs @@ -41,7 +41,7 @@ use crate::job::Jobs; /// to as "v8", "version 8", or "release 8" to customers). The use of semantic /// versioning is mostly to hedge for perhaps wanting something more granular in /// the future. -const BASE_VERSION: Version = Version::new(8, 0, 0); +const BASE_VERSION: Version = Version::new(9, 0, 0); #[derive(Debug, Clone, Copy)] enum InstallMethod {