0.24.1 - Fix validator pubkey bug

This commit is contained in:
Christopher Goes
2018-08-21 15:40:43 +02:00
parent d5652d9676
commit e2691d98fc
5 changed files with 20 additions and 11 deletions
+2 -2
View File
@@ -3,9 +3,9 @@ package version
const Maj = "0"
const Min = "24"
const Fix = "0"
const Fix = "1"
const Version = "0.24.0"
const Version = "0.24.1"
// GitCommit set by build flags
var GitCommit = ""