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 8b5b11c commit bd92b5bCopy full SHA for bd92b5b
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.42.2';
+const defaultVersion = 'v0.42.4';
32487
function binaryName(version, os, arch) {
32488
version = semverExports.clean(version) || version;
32489
return `${toolName}_${version}_${os}_${arch}.tar.gz`;
0 commit comments