Skip to content

Commit 45c3b8e

Browse files
Merge a76c2a6 into 21cf97e
2 parents 21cf97e + a76c2a6 commit 45c3b8e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/tool.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export const toolName = 'stackit'
55
export const githubRepository = 'stackitcloud/stackit-cli'
66

77
// renovate: github=stackitcloud/stackit-cli
8-
export const defaultVersion = 'v0.33.1'
8+
export const defaultVersion = 'v0.34.5'
99

1010
export function binaryName(version: string, os: string, arch: string): string {
1111
version = clean(version) || version

0 commit comments

Comments
 (0)