Update cpp-jsonnet and bump version to 0.12.0

This commit is contained in:
Dave Cunningham 2018-12-18 19:25:35 +00:00
parent ff0c19aa29
commit 493c45a403
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 533e5114ec0d4bedd1e3779f938324236e0f2dc9 Subproject commit f4647c6309f2e635807f3103eb1b61e40dab6310

2
vm.go
View File

@ -191,5 +191,5 @@ func SnippetToAST(filename string, snippet string) (ast.Node, error) {
// Version returns the Jsonnet version number. // Version returns the Jsonnet version number.
func Version() string { func Version() string {
return "v0.11.2" return "v0.12.0"
} }