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
# 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() {
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 util
local version = "1.2.0-dev"
local release = "TBD"
local version = "1.2.0"
local release = "4 January 2019"
local basepath
local homepath