Skip to content

Commit

Permalink
Bump version to v0.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sparkprime committed Oct 27, 2022
1 parent 1b99719 commit c298238
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 = "2f75785fcb66ac9d0fc05cbb8861263ec35a815bba574f0ec98462a74f6eed3d"
CPP_JSONNET_GITHASH = "739d3ecafa2c6100ec97559751656a5e1f8488d4"
CPP_JSONNET_SHA256 = "af7c9c102daab64de39fe9e479acc7389b8dd2d0647c2f9c6abc9c429070b0b8"
CPP_JSONNET_GITHASH = "813c7412d1c7a42737724d011618d0fd7865bc69"

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.19.0
Jsonnet reformatter v0.19.1

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.0
Jsonnet reformatter v0.19.1

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.0"
const version = "v0.19.1"

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

0 comments on commit c298238

Please sign in to comment.