This commit is contained in:
Evgeny Poberezkin
2021-12-17 12:33:01 +00:00
parent 5f7fe8b0dc
commit 6b5cc3d2d5
4 changed files with 8 additions and 4 deletions
+1 -1
View File
@@ -222,7 +222,7 @@ major :: SMPVersion -> (Int, Int)
major (SMPVersion a b _ _) = (a, b)
currentSMPVersion :: SMPVersion
currentSMPVersion = "0.5.0.0"
currentSMPVersion = "0.5.1.0"
currentSMPVersionStr :: ByteString
currentSMPVersionStr = serializeSMPVersion currentSMPVersion