Updated version

This commit is contained in:
Timo Smit 2019-01-04 18:15:38 +01:00
parent 7f0583485f
commit 19c18fd11a
2 changed files with 3 additions and 3 deletions

View file

@ -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)

View file

@ -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