mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
released 0.62 with solaris support
This commit is contained in:
parent
dc03626167
commit
bcd36dedb4
|
@ -1,4 +1,4 @@
|
||||||
// +build windows openbsd netbsd plan9
|
// +build windows openbsd netbsd plan9 solaris
|
||||||
|
|
||||||
package stats
|
package stats
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// +build !windows,!openbsd,!netbsd,!plan9
|
// +build !windows,!openbsd,!netbsd,!plan9,!solaris
|
||||||
|
|
||||||
package stats
|
package stats
|
||||||
|
|
||||||
|
|
|
@ -3,5 +3,5 @@ package util
|
||||||
import ()
|
import ()
|
||||||
|
|
||||||
const (
|
const (
|
||||||
VERSION = "0.62 beta"
|
VERSION = "0.63 beta"
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue