Skip to content

Commit 566c7f4

Browse files
committed
0.0.2 release
1 parent af124e1 commit 566c7f4

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

cmd/dfl/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ import (
4444
"github.com/spatialcurrent/go-dfl/dfl"
4545
)
4646

47-
var GO_DFL_VERSION = "0.0.1"
47+
var GO_DFL_VERSION = "0.0.2"
4848

4949
func dfl_build_funcs() dfl.FunctionMap {
5050
funcs := dfl.FunctionMap{}

cmd/dfljs/main.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,11 @@ import (
2222
"honnef.co/go/js/console"
2323
)
2424

25+
var GO_DFL_VERSION = "0.0.2"
26+
2527
func main() {
2628
js.Global.Set("dfl", map[string]interface{}{
29+
"Version": GO_DFL_VERSION,
2730
"EvaluateBool": EvaluateBool,
2831
"EvaluateInt": EvaluateInt,
2932
"EvaluateString": EvaluateString,

0 commit comments

Comments
 (0)