mirror of
https://github.com/simplex-chat/simplexmq.git
synced 2026-04-14 18:16:16 +00:00
update SMP version (#123)
This commit is contained in:
committed by
GitHub
parent
af408d50bf
commit
7df39e9db3
@@ -133,7 +133,7 @@ major :: SMPVersion -> (Int, Int)
|
||||
major (SMPVersion a b _ _) = (a, b)
|
||||
|
||||
currentSMPVersion :: SMPVersion
|
||||
currentSMPVersion = SMPVersion 0 2 0 0
|
||||
currentSMPVersion = SMPVersion 0 3 0 0
|
||||
|
||||
serializeSMPVersion :: SMPVersion -> ByteString
|
||||
serializeSMPVersion (SMPVersion a b c d) = B.intercalate "." [bshow a, bshow b, bshow c, bshow d]
|
||||
|
||||
Reference in New Issue
Block a user