Skip to content

Commit 992d6a3

Browse files
authored
bump to v20 (#10254)
1 parent b5a9aab commit 992d6a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dev-tools/releng/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ use crate::job::Jobs;
4646
/// to as "v8", "version 8", or "release 8" to customers). The use of semantic
4747
/// versioning is mostly to hedge for perhaps wanting something more granular in
4848
/// the future.
49-
const BASE_VERSION: Version = Version::new(19, 0, 0);
49+
const BASE_VERSION: Version = Version::new(20, 0, 0);
5050

5151
const RETRY_ATTEMPTS: usize = 3;
5252

0 commit comments

Comments
 (0)