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 21cf97e + a76c2a6 commit 45c3b8eCopy full SHA for 45c3b8e
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.33.1'
+export const defaultVersion = 'v0.34.5'
9
10
export function binaryName(version: string, os: string, arch: string): string {
11
version = clean(version) || version
0 commit comments