Skip to content

Commit db089df

Browse files
fix: apply code build script
1 parent 9b3e7a4 commit db089df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32482,7 +32482,7 @@ var toolCacheExports = requireToolCache();
3248232482
const toolName = 'vals';
3248332483
const githubRepository = 'helmfile/vals';
3248432484
// renovate: github=helmfile/vals
32485-
const defaultVersion = 'v0.40.1';
32485+
const defaultVersion = 'v0.41.0';
3248632486
function binaryName(version, os, arch) {
3248732487
version = semverExports.clean(version) || version;
3248832488
return `${toolName}_${version}_${os}_${arch}.tar.gz`;

0 commit comments

Comments
 (0)