mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-10-15 11:45:02 +08:00
1. adding statistics reporting
2. refactor version to util package
This commit is contained in:
7
go/util/constants.go
Normal file
7
go/util/constants.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package util
|
||||
|
||||
import ()
|
||||
|
||||
const (
|
||||
VERSION = "0.51"
|
||||
)
|
Reference in New Issue
Block a user