mirror of
https://github.com/QuilibriumNetwork/ceremonyclient.git
synced 2026-02-21 10:27:26 +08:00
bump version
This commit is contained in:
parent
b49ba62d9a
commit
3891468562
@ -17,11 +17,11 @@ func GetMinimumPatchVersion() byte {
|
||||
}
|
||||
|
||||
func GetMinimumVersion() []byte {
|
||||
return []byte{0x02, 0x00, 0x05}
|
||||
return []byte{0x02, 0x01, 0x00}
|
||||
}
|
||||
|
||||
func GetVersion() []byte {
|
||||
return []byte{0x02, 0x00, 0x05}
|
||||
return []byte{0x02, 0x01, 0x00}
|
||||
}
|
||||
|
||||
func GetVersionString() string {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user