Update for version v0.13.0

This commit is contained in:
Dave Cunningham 2019-06-03 17:16:09 +01:00
parent d89367d4c9
commit 0d560aff58
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 939f970b0d378d106a016f19257c397833a61f3d Subproject commit d192671391113657ccc4f22511ec1b2bd2ea5f1a

2
vm.go
View File

@ -222,5 +222,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.12.1" return "v0.13.0"
} }