Skip to content

Commit bd92b5b

Browse files
fix: apply code build script
1 parent 8b5b11c commit bd92b5b

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
@@ -32483,7 +32483,7 @@ var semverExports = requireSemver();
3248332483
const toolName = 'vals';
3248432484
const githubRepository = 'helmfile/vals';
3248532485
// renovate: github=helmfile/vals
32486-
const defaultVersion = 'v0.42.2';
32486+
const defaultVersion = 'v0.42.4';
3248732487
function binaryName(version, os, arch) {
3248832488
version = semverExports.clean(version) || version;
3248932489
return `${toolName}_${version}_${os}_${arch}.tar.gz`;

0 commit comments

Comments
 (0)