We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5a9aab commit 992d6a3Copy full SHA for 992d6a3
1 file changed
dev-tools/releng/src/main.rs
@@ -46,7 +46,7 @@ use crate::job::Jobs;
46
/// to as "v8", "version 8", or "release 8" to customers). The use of semantic
47
/// versioning is mostly to hedge for perhaps wanting something more granular in
48
/// the future.
49
-const BASE_VERSION: Version = Version::new(19, 0, 0);
+const BASE_VERSION: Version = Version::new(20, 0, 0);
50
51
const RETRY_ATTEMPTS: usize = 3;
52
0 commit comments