Skip to content

Commit

Permalink
Revert version back to what is in 'master,' only release brnaches sho…
Browse files Browse the repository at this point in the history
…uld change versions.
  • Loading branch information
bbuck committed Feb 21, 2017
1 parent 0ec392e commit c20ab3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions info/version.go
Expand Up @@ -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",
}

0 comments on commit c20ab3a

Please sign in to comment.