Skip to content

Commit aa975dc

Browse files
committed
Bump version
1 parent bd41e71 commit aa975dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.18.0
55
GOLANGCI_VERSION := v1.46.2
66

7-
VERSION := v0.2.0
7+
VERSION := v0.3.0
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.2.0
14+
rev: v0.3.0
1515
hooks:
1616
- id: jsonnet-fmt
1717
args: ["--test"] # you can specify any options of jsonnetfmt command

0 commit comments

Comments
 (0)