Skip to content

Commit 5df8d2f

Browse files
committed
Updated version from v0.3.0 to v0.3.1
1 parent 11185c6 commit 5df8d2f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ PRE_COMMIT := pre-commit
44
JSONNET_VERSION := v0.20.0
55
GOLANGCI_VERSION := v1.64.6
66

7-
VERSION := v0.3.0
7+
VERSION := v0.3.1
88

99
.PHONY: fmt
1010
fmt:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Add the following to your `.pre-commit-config.yaml`:
1111
```yaml
1212
repos:
1313
- repo: https://github.com/cybozu/pre-commit-jsonnet
14-
rev: v0.3.0
14+
rev: v0.3.1
1515
hooks:
1616
- id: jsonnet-fmt
1717
args: ["--test"] # you can specify any options of jsonnetfmt command

0 commit comments

Comments
 (0)