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 6214cc8 commit 19293b0Copy full SHA for 19293b0
dist/index.js
@@ -32548,7 +32548,7 @@ var semverExports = requireSemver();
32548
const toolName = 'vals';
32549
const githubRepository = 'helmfile/vals';
32550
// renovate: github=helmfile/vals
32551
-const defaultVersion = 'v0.42.5';
+const defaultVersion = 'v0.42.6';
32552
function binaryName(version, os, arch) {
32553
version = semverExports.clean(version) || version;
32554
return `${toolName}_${version}_${os}_${arch}.tar.gz`;
0 commit comments