We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54b78d2 commit 6bb4aecCopy full SHA for 6bb4aec
src/tool.ts
@@ -5,7 +5,7 @@ export const toolName = 'vals'
5
export const githubRepository = 'helmfile/vals'
6
7
// renovate: github=helmfile/vals
8
-export const defaultVersion = 'v0.42.0'
+export const defaultVersion = 'v0.42.1'
9
10
export function binaryName(version: string, os: string, arch: string): string {
11
version = clean(version) || version
0 commit comments