Skip to content

Commit

Permalink
Bump version to 9.0.0 (#5826)
Browse files Browse the repository at this point in the history
  • Loading branch information
iliana authored May 28, 2024
1 parent 32834e3 commit a485a4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-tools/releng/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit a485a4c

Please sign in to comment.