Skip to content

Commit

Permalink
Bump version to 0.20.0 (#688)
Browse files Browse the repository at this point in the history
  • Loading branch information
sparkprime committed Apr 17, 2023
1 parent 0e07fcd commit 7903819
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion testdata/cpp-tests-override/fmt_help.golden.stdout
@@ -1,4 +1,4 @@
Jsonnet reformatter v0.19.1
Jsonnet reformatter v0.20.0

jsonnetfmt {<option>} { <filename> }

Expand Down
2 changes: 1 addition & 1 deletion testdata/cpp-tests-override/fmt_no_args.golden.stderr
@@ -1,6 +1,6 @@
ERROR: must give filename

Jsonnet reformatter v0.19.1
Jsonnet reformatter v0.20.0

jsonnetfmt {<option>} { <filename> }

Expand Down
2 changes: 1 addition & 1 deletion vm.go
Expand Up @@ -171,7 +171,7 @@ const (
)

// version is the current gojsonnet's version
const version = "v0.19.1"
const version = "v0.20.0"

// Evaluate evaluates a Jsonnet program given by an Abstract Syntax Tree
// and returns serialized JSON as string.
Expand Down

0 comments on commit 7903819

Please sign in to comment.