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 1f30a2c + 5750f89 commit 2011e3dCopy full SHA for 2011e3d
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.51.0'
+export const defaultVersion = 'v0.52.0'
9
10
export function binaryName(version: string, os: string, arch: string): string {
11
version = clean(version) || version
0 commit comments