Skip to content

Commit 0d560af

Browse files
committed
Update for version v0.13.0
1 parent d89367d commit 0d560af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

vm.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,5 +222,5 @@ func SnippetToAST(filename string, snippet string) (ast.Node, error) {
222222

223223
// Version returns the Jsonnet version number.
224224
func Version() string {
225-
return "v0.12.1"
225+
return "v0.13.0"
226226
}

0 commit comments

Comments
 (0)