diff --git a/cpp-jsonnet b/cpp-jsonnet index 533e5114..f4647c63 160000 --- a/cpp-jsonnet +++ b/cpp-jsonnet @@ -1 +1 @@ -Subproject commit 533e5114ec0d4bedd1e3779f938324236e0f2dc9 +Subproject commit f4647c6309f2e635807f3103eb1b61e40dab6310 diff --git a/vm.go b/vm.go index c0a0b169..bd356129 100644 --- a/vm.go +++ b/vm.go @@ -191,5 +191,5 @@ func SnippetToAST(filename string, snippet string) (ast.Node, error) { // Version returns the Jsonnet version number. func Version() string { - return "v0.11.2" + return "v0.12.0" }