Skip to content

Commit 50abb1a

Browse files
chore(deps): update dependency stackitcloud/stackit-cli to v0.51.0 (#140)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: jkroepke-automation[bot] <210774419+jkroepke-automation[bot]@users.noreply.github.com>
1 parent 5d41c1f commit 50abb1a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33380,7 +33380,7 @@ var semverExports = requireSemver();
3338033380
const toolName = 'stackit';
3338133381
const githubRepository = 'stackitcloud/stackit-cli';
3338233382
// renovate: github=stackitcloud/stackit-cli
33383-
const defaultVersion = 'v0.50.0';
33383+
const defaultVersion = 'v0.51.0';
3338433384
function binaryName(version, os, arch) {
3338533385
version = semverExports.clean(version) || version;
3338633386
return `stackit-cli_${version}_${os}_${arch}.${os === 'windows' ? 'zip' : 'tar.gz'}`;

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.50.0'
8+
export const defaultVersion = 'v0.51.0'
99

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

0 commit comments

Comments
 (0)