From 70a6b3d419d9ee16a144345c35e0305052c6f2d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stanis=C5=82aw=20Barzowski?= Date: Sun, 9 Feb 2020 23:49:22 +0100 Subject: [PATCH] Release 0.15.0. --- vm.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vm.go b/vm.go index 1395d6c..1b22c5a 100644 --- a/vm.go +++ b/vm.go @@ -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.