mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-29 14:45:07 +03:00
Update version.go
Ygg version support
This commit is contained in:
parent
ff860e71c3
commit
0e00ec37e3
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ type version_metadata struct {
|
|||
// Gets a base metadata with no keys set, but with the correct version numbers.
|
||||
func version_getBaseMetadata() version_metadata {
|
||||
return version_metadata{
|
||||
meta: [4]byte{'z', 'e', 't', 'a'},
|
||||
meta: [4]byte{'m', 'e', 't', 'a'},
|
||||
ver: 0,
|
||||
minorVer: 4,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue