mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-28 22:25:07 +03:00
set version to an obviously unstable value, fix peer address formatting in the connect/disconnect messages
This commit is contained in:
parent
577b7118ad
commit
7d49b86456
2 changed files with 3 additions and 3 deletions
|
@ -22,7 +22,7 @@ func version_getBaseMetadata() version_metadata {
|
|||
return version_metadata{
|
||||
meta: [4]byte{'m', 'e', 't', 'a'},
|
||||
ver: 0,
|
||||
minorVer: 3,
|
||||
minorVer: 0,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue