Skip to content

Commit

Permalink
Release v0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sbarzowski committed May 22, 2020
1 parent 2824579 commit d1c1457
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion MANIFEST.in
@@ -1,3 +1,9 @@
include vm.go
include *.go
graft internal
graft ast
graft toolutils
graft astgen
include cpp-jsonnet/include/libjsonnet.h
include go.mod
include go.sum
graft c-bindings
2 changes: 1 addition & 1 deletion vm.go
Expand Up @@ -125,7 +125,7 @@ const (
)

// version is the current gojsonnet's version
const version = "v0.15.0"
const version = "v0.16.0"

// Evaluate evaluates a Jsonnet program given by an Abstract Syntax Tree
// and returns serialized JSON as string.
Expand Down

0 comments on commit d1c1457

Please sign in to comment.