Skip to content

Commit

Permalink
chore: Version++
Browse files Browse the repository at this point in the history
  • Loading branch information
dadav committed Dec 7, 2024
1 parent c4dd6e5 commit 0d38eb8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
repos:
- repo: https://github.com/dadav/helm-schema
rev: 0.14.1
rev: 0.15.0
hooks:
- id: helm-schema
# for all available options: helm-schema -h
Expand Down
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.14.1"
var version string = "0.15.0"
2 changes: 1 addition & 1 deletion plugin.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: "schema"
version: "0.14.1"
version: "0.15.0"
usage: "generate jsonschemas for your helm charts"
description: "generate jsonschemas for your helm charts"
command: "$HELM_PLUGIN_DIR/bin/helm-schema"
Expand Down

0 comments on commit 0d38eb8

Please sign in to comment.