diff --git a/info/version.go b/info/version.go index 763ebcc..87f2591 100644 --- a/info/version.go +++ b/info/version.go @@ -16,7 +16,7 @@ func (v version) String() string { // Version is the struct that represents the version of DragonMUD in use. var Version = version{ Major: 0, - Minor: 1, - Patch: 0, + Minor: 0, + Patch: 1, Flag: "dev", }