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 c401008 + 37125ee commit 9c05052Copy full SHA for 9c05052
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.41.0'
+export const defaultVersion = 'v0.42.0'
9
10
export function binaryName(version: string, os: string, arch: string): string {
11
version = clean(version) || version
0 commit comments