diff options
| author | Chris Lu <chris.lu@gmail.com> | 2014-03-25 13:46:59 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2014-03-25 13:46:59 -0700 |
| commit | 39b774a131ac3bc454a516f7b72dcefabc593103 (patch) | |
| tree | 804763e28b55b1e30ebfefced71b552b8e3e34a1 /go/util/constants.go | |
| parent | 6e0601a73bf199e7d3ffd3cd2990223e959d3e24 (diff) | |
| download | seaweedfs-39b774a131ac3bc454a516f7b72dcefabc593103.tar.xz seaweedfs-39b774a131ac3bc454a516f7b72dcefabc593103.zip | |
1. adding statistics reporting
2. refactor version to util package
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" +) |
