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