diff --git a/cpp-jsonnet b/cpp-jsonnet index 5ef55b76..552d8ec6 160000 --- a/cpp-jsonnet +++ b/cpp-jsonnet @@ -1 +1 @@ -Subproject commit 5ef55b7622f7513195e544a3629c42a4c317a32e +Subproject commit 552d8ec6f6b973a6357b83eb9bacd707366d28f0 diff --git a/vm.go b/vm.go index 1afce795..e8845549 100644 --- a/vm.go +++ b/vm.go @@ -206,5 +206,5 @@ func SnippetToAST(filename string, snippet string) (ast.Node, error) { // Version returns the Jsonnet version number. func Version() string { - return "v0.13.0" + return "v0.14.0" }