Skip to content

Commit

Permalink
Release v0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sbarzowski committed Sep 16, 2019
1 parent 0d5e73c commit fbde25b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion vm.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit fbde25b

Please sign in to comment.