Skip to content

Commit

Permalink
Prepare for v0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sparkprime committed Dec 21, 2021
1 parent 6186bb7 commit fb6c700
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Expand Up @@ -3,6 +3,7 @@ graft internal
graft ast
graft toolutils
graft astgen
graft formatter
include cpp-jsonnet/include/libjsonnet.h
include go.mod
include go.sum
Expand Down
2 changes: 1 addition & 1 deletion testdata/cpp-tests-override/fmt_help.golden.stdout
@@ -1,4 +1,4 @@
Jsonnet reformatter v0.17.0
Jsonnet reformatter v0.18.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.17.0
Jsonnet reformatter v0.18.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.17.0"
const version = "v0.18.0"

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

0 comments on commit fb6c700

Please sign in to comment.