Skip to content
This repository was archived by the owner on Apr 11, 2022. It is now read-only.

Commit b6f62be

Browse files
committed
adds VERSION constant
1 parent 4d530aa commit b6f62be

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

jsonui.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ import (
1111
"github.com/jroimartin/gocui"
1212
)
1313

14+
const VERSION = "1.0.1"
15+
1416
const (
1517
treeView = "tree"
1618
textView = "text"

0 commit comments

Comments
 (0)