diff options
Diffstat (limited to 'go/util/constants.go')
| -rw-r--r-- | go/util/constants.go | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/go/util/constants.go b/go/util/constants.go new file mode 100644 index 000000000..f8f1ef5bd --- /dev/null +++ b/go/util/constants.go @@ -0,0 +1,7 @@ +package util + +import () + +const ( + VERSION = "0.51" +) |
