Support semver metadata in plugin version

This commit is contained in:
Lucien Greathouse
2019-01-14 18:23:10 -08:00
parent a54364642a
commit a1395a382a
2 changed files with 9 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
return {
codename = "Epiphany",
version = {0, 5, 0},
version = {0, 5, 0, "-alpha.0"},
expectedServerVersionString = "0.5.0 or newer",
protocolVersion = 2,
defaultHost = "localhost",