Update version to 0.6.0-dev

This commit is contained in:
Lucien Greathouse
2019-09-19 13:58:53 -07:00
parent aababf37a8
commit b31ad4b1f8
3 changed files with 5 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
return {
codename = "Epiphany",
version = {0, 5, 0},
expectedServerVersionString = "0.5.0 or newer",
version = {0, 6, 0, "-dev"},
expectedServerVersionString = "0.6.0 or newer",
protocolVersion = 3,
defaultHost = "localhost",
defaultPort = 34872,