Update default value for MUMBLE_VERSION to latest version

This commit is contained in:
Vilhelm Prytz 2020-06-22 11:59:18 +02:00
parent 693b9eab0c
commit b5b02207d3
No known key found for this signature in database
GPG Key ID: 1952632B89EACF12
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@
"name": "Server Version",
"description": "Version of Mumble Server to download and use.",
"env_variable": "MUMBLE_VERSION",
"default_value": "1.2.19",
"default_value": "1.3.1",
"user_viewable": 1,
"user_editable": 1,
"rules": "required|regex:\/^([0-9_\\.-]{5,8})$\/"