We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8791ed commit ef1beb5Copy full SHA for ef1beb5
cmd/jid/jid.go
@@ -8,7 +8,7 @@ import (
8
"github.com/simeji/jid"
9
)
10
11
-var VERSION = "unknown"
+const VERSION = "0.7.2"
12
13
func main() {
14
content := os.Stdin
0 commit comments