Release 0.15.0.

This commit is contained in:
Stanisław Barzowski 2020-02-09 23:49:22 +01:00
parent 425405da78
commit 70a6b3d419

2
vm.go
View File

@ -125,7 +125,7 @@ const (
)
// version is the current gojsonnet's version
const version = "v0.14.0"
const version = "v0.15.0"
// Evaluate evaluates a Jsonnet program given by an Abstract Syntax Tree
// and returns serialized JSON as string.