Skip to content

Commit bded929

Browse files
fix: apply code build script
1 parent cdfe107 commit bded929

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
@@ -32548,7 +32548,7 @@ var semverExports = requireSemver();
3254832548
const toolName = 'vals';
3254932549
const githubRepository = 'helmfile/vals';
3255032550
// renovate: github=helmfile/vals
32551-
const defaultVersion = 'v0.42.4';
32551+
const defaultVersion = 'v0.42.5';
3255232552
function binaryName(version, os, arch) {
3255332553
version = semverExports.clean(version) || version;
3255432554
return `${toolName}_${version}_${os}_${arch}.tar.gz`;

0 commit comments

Comments
 (0)