Skip to content

Commit

Permalink
chore: version++
Browse files Browse the repository at this point in the history
  • Loading branch information
dadav committed Sep 1, 2023
1 parent d903908 commit 1039ce8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.4
rev: 0.5.0
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.4"
var version string = "0.5.0"

0 comments on commit 1039ce8

Please sign in to comment.