Skip to content

Commit 70a6b3d

Browse files
committed
Release 0.15.0.
1 parent 425405d commit 70a6b3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vm.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ const (
125125
)
126126

127127
// version is the current gojsonnet's version
128-
const version = "v0.14.0"
128+
const version = "v0.15.0"
129129

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

0 commit comments

Comments
 (0)