Skip to content

Commit da75f39

Browse files
fix: apply code build script
1 parent e410f35 commit da75f39

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.41.1';
32486+
const defaultVersion = 'v0.41.2';
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)