We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7abe4c6 + 3895446 commit 7ad16f9Copy full SHA for 7ad16f9
1 file changed
src/tool.ts
@@ -5,7 +5,7 @@ export const toolName = 'stackit'
5
export const githubRepository = 'stackitcloud/stackit-cli'
6
7
// renovate: github=stackitcloud/stackit-cli
8
-export const defaultVersion = 'v0.34.5'
+export const defaultVersion = 'v0.35.0'
9
10
export function binaryName(version: string, os: string, arch: string): string {
11
version = clean(version) || version
0 commit comments