Release v0.14.0

This commit is contained in:
Stanisław Barzowski 2019-09-16 12:37:13 +02:00
parent 0d5e73c8b0
commit fbde25be21
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 5ef55b7622f7513195e544a3629c42a4c317a32e
Subproject commit 552d8ec6f6b973a6357b83eb9bacd707366d28f0

2
vm.go
View File

@ -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"
}