Skip to content

Commit

Permalink
Update cpp-jsonnet and bump version to 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sparkprime committed Dec 18, 2018
1 parent ff0c19a commit 493c45a
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 @@ -191,5 +191,5 @@ func SnippetToAST(filename string, snippet string) (ast.Node, error) {

// Version returns the Jsonnet version number.
func Version() string {
return "v0.11.2"
return "v0.12.0"
}

0 comments on commit 493c45a

Please sign in to comment.