Consensus version v3.6.0
Some checks failed
continuous-integration/drone/tag Build is failing
continuous-integration/drone/push Build is failing

This commit is contained in:
DataHoarder 2024-04-13 04:47:13 +02:00
parent 82d2a2a2bd
commit fba4d141b8
Signed by: DataHoarder
SSH key fingerprint: SHA256:OLTRf6Fl87G52SiR7sWLGNzlJt4WOX+tfI2yxo0z7xk

View file

@ -108,7 +108,7 @@ func (v SoftwareVersion) String() string {
const SupportedProtocolVersion = ProtocolVersion_1_2
const CurrentSoftwareVersionMajor = 3 & 0xFFFF
const CurrentSoftwareVersionMinor = 5 & 0xFFFF
const CurrentSoftwareVersionMinor = 6 & 0xFFFF
const CurrentSoftwareVersion SoftwareVersion = (CurrentSoftwareVersionMajor << 16) | CurrentSoftwareVersionMinor
const CurrentSoftwareId = SoftwareIdGoObserver