Skip to content

Commit 9829acf

Browse files
committed
Bump version
1 parent 8b115c4 commit 9829acf

9 files changed

+9
-9
lines changed

Diff for: include/libjsonnet.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ limitations under the License.
2424
* of using the library.
2525
*/
2626

27-
#define LIB_JSONNET_VERSION "v0.9.5"
27+
#define LIB_JSONNET_VERSION "v0.10.0"
2828

2929
/** Return the version string of the Jsonnet interpreter. Conforms to semantic versioning
3030
* http://semver.org/ If this does not match LIB_JSONNET_VERSION then there is a mismatch between

Diff for: test_cmd/eval.golden.stderr.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ERROR: must give filename
22

3-
Jsonnet commandline interpreter v0.9.5
3+
Jsonnet commandline interpreter v0.10.0
44

55
General commandline:
66
jsonnet [<cmd>] {<option>} { <filename> }

Diff for: test_cmd/eval.golden.stderr.golang

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ERROR: must give filename
22

3-
Jsonnet commandline interpreter v0.9.5
3+
Jsonnet commandline interpreter v0.10.0
44

55
General commandline:
66
jsonnet [<cmd>] {<option>} { <filename> }

Diff for: test_cmd/help.golden.stdout.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Jsonnet commandline interpreter v0.9.5
1+
Jsonnet commandline interpreter v0.10.0
22

33
General commandline:
44
jsonnet [<cmd>] {<option>} { <filename> }

Diff for: test_cmd/help.golden.stdout.golang

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Jsonnet commandline interpreter v0.9.5
1+
Jsonnet commandline interpreter v0.10.0
22

33
General commandline:
44
jsonnet [<cmd>] {<option>} { <filename> }

Diff for: test_cmd/no_args.golden.stderr.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ERROR: must give filename
22

3-
Jsonnet commandline interpreter v0.9.5
3+
Jsonnet commandline interpreter v0.10.0
44

55
General commandline:
66
jsonnet [<cmd>] {<option>} { <filename> }

Diff for: test_cmd/no_args.golden.stderr.golang

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ERROR: must give filename
22

3-
Jsonnet commandline interpreter v0.9.5
3+
Jsonnet commandline interpreter v0.10.0
44

55
General commandline:
66
jsonnet [<cmd>] {<option>} { <filename> }

Diff for: test_cmd/version1.golden.stdout

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Jsonnet commandline interpreter v0.9.5
1+
Jsonnet commandline interpreter v0.10.0

Diff for: test_cmd/version2.golden.stdout

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Jsonnet commandline interpreter v0.9.5
1+
Jsonnet commandline interpreter v0.10.0

0 commit comments

Comments
 (0)