Skip to content

Commit

Permalink
chore: version++
Browse files Browse the repository at this point in the history
  • Loading branch information
dadav committed Aug 30, 2023
1 parent f406e49 commit 302d2a1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ archives:
# this name template makes the OS and Arch compatible with the results of uname.
name_template: >-
{{ .ProjectName }}_
{{ .Version }}_
{{- .Version }}_
{{- title .Os }}_
{{- if eq .Arch "amd64" }}x86_64 {{- else if eq .Arch "386" }}i386 {{- else }}{{ .Arch }}{{ end }}
{{- if .Arm }}v{{ .Arm }}{{ end }}
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
repos:
- repo: https://github.com/dadav/helm-schema
rev: 0.4.3
rev: 0.4.4
hooks:
- id: helm-schema
2 changes: 1 addition & 1 deletion cmd/helm-schema/version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package main

var version string = "0.4.3"
var version string = "0.4.4"

0 comments on commit 302d2a1

Please sign in to comment.