We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e410f35 commit da75f39Copy full SHA for da75f39
dist/index.js
@@ -32483,7 +32483,7 @@ var semverExports = requireSemver();
32483
const toolName = 'vals';
32484
const githubRepository = 'helmfile/vals';
32485
// renovate: github=helmfile/vals
32486
-const defaultVersion = 'v0.41.1';
+const defaultVersion = 'v0.41.2';
32487
function binaryName(version, os, arch) {
32488
version = semverExports.clean(version) || version;
32489
return `${toolName}_${version}_${os}_${arch}.tar.gz`;
0 commit comments