Skip to content

Commit

Permalink
Update version to v0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sparkprime committed Oct 26, 2022
1 parent c1825dc commit ec03960
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions bazel/repositories.bzl
Expand Up @@ -4,8 +4,8 @@ load(
)

# NB: update_cpp_jsonnet.sh looks for these.
CPP_JSONNET_SHA256 = "965dac82878ef2c2df5ad69095bfeceb04cbef7ca505ee87c038b2c7fdd54c6c"
CPP_JSONNET_GITHASH = "295345366e1fdc0ee9ab7048c352750d45053efd"
CPP_JSONNET_SHA256 = "21ebdb2d9e3ac83f5ee80a94ef37112b412440407e2f3db8e8147544a64b8ae1"
CPP_JSONNET_GITHASH = "ca2d672ffe4c243570671ee0cd62d887f123372e"

def jsonnet_go_repositories():
http_archive(
Expand Down
2 changes: 1 addition & 1 deletion testdata/cpp-tests-override/fmt_help.golden.stdout
@@ -1,4 +1,4 @@
Jsonnet reformatter v0.18.0
Jsonnet reformatter v0.19.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.18.0
Jsonnet reformatter v0.19.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.18.0"
const version = "v0.19.0"

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

0 comments on commit ec03960

Please sign in to comment.