Add a "Version" field to GameMap Meta (#83)
* initial concept for versioning * simple uint version implementation * tidy up dependencies
This commit is contained in:
parent
0f15f34bdf
commit
e8e20c53ad
8 changed files with 23 additions and 5 deletions
|
|
@ -19,6 +19,7 @@ func (m StandardMap) Meta() Metadata {
|
|||
Name: "Standard",
|
||||
Description: "Standard snake placement and food spawning",
|
||||
Author: "Battlesnake",
|
||||
Version: 1,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue