mirror of
https://github.com/etlegacy/wolfadmin.git
synced 2024-11-22 12:21:43 +00:00
Updated version
This commit is contained in:
parent
7f0583485f
commit
19c18fd11a
2 changed files with 3 additions and 3 deletions
|
@ -16,7 +16,7 @@
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
curr_version="1.2.0-dev"
|
curr_version="1.2.0"
|
||||||
|
|
||||||
read_config() {
|
read_config() {
|
||||||
db_type=$(grep -oP '(?<=type = ")(sqlite3|mysql)(?=")' $fs_homepath/$fs_homedir/$fs_game/wolfadmin.toml)
|
db_type=$(grep -oP '(?<=type = ")(sqlite3|mysql)(?=")' $fs_homepath/$fs_homedir/$fs_game/wolfadmin.toml)
|
||||||
|
|
|
@ -50,8 +50,8 @@ local tables
|
||||||
local timers
|
local timers
|
||||||
local util
|
local util
|
||||||
|
|
||||||
local version = "1.2.0-dev"
|
local version = "1.2.0"
|
||||||
local release = "TBD"
|
local release = "4 January 2019"
|
||||||
|
|
||||||
local basepath
|
local basepath
|
||||||
local homepath
|
local homepath
|
||||||
|
|
Loading…
Reference in a new issue