mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-19 05:59:23 +08:00
released 0.62 with solaris support
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// +build windows openbsd netbsd plan9
|
||||
// +build windows openbsd netbsd plan9 solaris
|
||||
|
||||
package stats
|
||||
|
||||
|
@@ -1,4 +1,4 @@
|
||||
// +build !windows,!openbsd,!netbsd,!plan9
|
||||
// +build !windows,!openbsd,!netbsd,!plan9,!solaris
|
||||
|
||||
package stats
|
||||
|
||||
|
@@ -3,5 +3,5 @@ package util
|
||||
import ()
|
||||
|
||||
const (
|
||||
VERSION = "0.62 beta"
|
||||
VERSION = "0.63 beta"
|
||||
)
|
||||
|
Reference in New Issue
Block a user