Skip to content

Commit

Permalink
Bump version to -0.12.1 (pypi only)
Browse files Browse the repository at this point in the history
  • Loading branch information
sparkprime committed Dec 19, 2018
1 parent 939c49f commit e9dfa54
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion include/libjsonnet.h
Expand Up @@ -24,7 +24,7 @@ limitations under the License.
* of using the library.
*/

#define LIB_JSONNET_VERSION "v0.12.0"
#define LIB_JSONNET_VERSION "v0.12.1"

/** Return the version string of the Jsonnet interpreter. Conforms to semantic versioning
* http://semver.org/ If this does not match LIB_JSONNET_VERSION then there is a mismatch between
Expand Down
2 changes: 1 addition & 1 deletion test_cmd/eval.golden.stderr.cpp
@@ -1,6 +1,6 @@
ERROR: must give filename

Jsonnet commandline interpreter v0.12.0
Jsonnet commandline interpreter v0.12.1

General commandline:
jsonnet [<cmd>] {<option>} { <filename> }
Expand Down
2 changes: 1 addition & 1 deletion test_cmd/eval.golden.stderr.golang
@@ -1,6 +1,6 @@
ERROR: must give filename

Jsonnet commandline interpreter v0.12.0
Jsonnet commandline interpreter v0.12.1

General commandline:
jsonnet [<cmd>] {<option>} { <filename> }
Expand Down
2 changes: 1 addition & 1 deletion test_cmd/help.golden.stdout.cpp
@@ -1,4 +1,4 @@
Jsonnet commandline interpreter v0.12.0
Jsonnet commandline interpreter v0.12.1

General commandline:
jsonnet [<cmd>] {<option>} { <filename> }
Expand Down
2 changes: 1 addition & 1 deletion test_cmd/help.golden.stdout.golang
@@ -1,4 +1,4 @@
Jsonnet commandline interpreter v0.12.0
Jsonnet commandline interpreter v0.12.1

General commandline:
jsonnet [<cmd>] {<option>} { <filename> }
Expand Down
2 changes: 1 addition & 1 deletion test_cmd/no_args.golden.stderr.cpp
@@ -1,6 +1,6 @@
ERROR: must give filename

Jsonnet commandline interpreter v0.12.0
Jsonnet commandline interpreter v0.12.1

General commandline:
jsonnet [<cmd>] {<option>} { <filename> }
Expand Down
2 changes: 1 addition & 1 deletion test_cmd/no_args.golden.stderr.golang
@@ -1,6 +1,6 @@
ERROR: must give filename

Jsonnet commandline interpreter v0.12.0
Jsonnet commandline interpreter v0.12.1

General commandline:
jsonnet [<cmd>] {<option>} { <filename> }
Expand Down
2 changes: 1 addition & 1 deletion test_cmd/version1.golden.stdout
@@ -1 +1 @@
Jsonnet commandline interpreter v0.12.0
Jsonnet commandline interpreter v0.12.1
2 changes: 1 addition & 1 deletion test_cmd/version2.golden.stdout
@@ -1 +1 @@
Jsonnet commandline interpreter v0.12.0
Jsonnet commandline interpreter v0.12.1

0 comments on commit e9dfa54

Please sign in to comment.