Update version

This commit is contained in:
Dave Cunningham 2018-03-16 22:08:20 -04:00
parent 0b46b25f0f
commit dfddf2b4e3
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 8b115c435efa273f45711534b361e847f25f94a7 Subproject commit 9829acf280a64b58ad0b14c9f5c28fe8564ed13e

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.9.5" return "v0.10.0"
} }