Skip to content

Commit

Permalink
Bump version to v0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sparkprime committed Jun 3, 2019
1 parent 0134fd6 commit d192671
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 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.1"
#define LIB_JSONNET_VERSION "v0.13.0"

/** 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/fmt_help.golden.stdout.cpp
@@ -1,4 +1,4 @@
Jsonnet reformatter v0.12.1
Jsonnet reformatter v0.13.0

jsonnetfmt {<option>} { <filename> }
Note: Some options do not support multiple filenames
Expand Down
2 changes: 1 addition & 1 deletion test_cmd/fmt_no_args.golden.stderr
@@ -1,6 +1,6 @@
ERROR: must give filename

Jsonnet reformatter v0.12.1
Jsonnet reformatter v0.13.0

jsonnetfmt {<option>} { <filename> }
Note: Some options do not support multiple filenames
Expand Down
2 changes: 1 addition & 1 deletion test_cmd/fmt_version1.golden.stdout
@@ -1 +1 @@
Jsonnet reformatter v0.12.1
Jsonnet reformatter v0.13.0
2 changes: 1 addition & 1 deletion test_cmd/fmt_version2.golden.stdout
@@ -1 +1 @@
Jsonnet reformatter v0.12.1
Jsonnet reformatter v0.13.0
2 changes: 1 addition & 1 deletion test_cmd/help.golden.stdout.cpp
@@ -1,4 +1,4 @@
Jsonnet commandline interpreter v0.12.1
Jsonnet commandline interpreter v0.13.0

jsonnet {<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.1
Jsonnet commandline interpreter v0.13.0

jsonnet {<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.1
Jsonnet commandline interpreter v0.13.0

jsonnet {<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.1
Jsonnet commandline interpreter v0.13.0

jsonnet {<option>} <filename>

Expand Down
2 changes: 1 addition & 1 deletion test_cmd/version1.golden.stdout
@@ -1 +1 @@
Jsonnet commandline interpreter v0.12.1
Jsonnet commandline interpreter v0.13.0
2 changes: 1 addition & 1 deletion test_cmd/version2.golden.stdout
@@ -1 +1 @@
Jsonnet commandline interpreter v0.12.1
Jsonnet commandline interpreter v0.13.0

0 comments on commit d192671

Please sign in to comment.