Add a "Version" field to GameMap Meta (#83)

* initial concept for versioning
* simple uint version implementation
* tidy up dependencies
This commit is contained in:
Torben 2022-06-15 15:51:42 -07:00 committed by GitHub
parent 0f15f34bdf
commit e8e20c53ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 23 additions and 5 deletions

View file

@ -19,6 +19,7 @@ func (m ArcadeMazeMap) Meta() Metadata {
Name: "Arcade Maze",
Description: "Generic arcade maze map with hazard walls",
Author: "Battlesnake",
Version: 1,
}
}