diff --git a/deploy.sh b/deploy.sh index 607750b..c0864f1 100644 --- a/deploy.sh +++ b/deploy.sh @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -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) diff --git a/luascripts/wolfadmin/main.lua b/luascripts/wolfadmin/main.lua index 509db58..d609f9f 100644 --- a/luascripts/wolfadmin/main.lua +++ b/luascripts/wolfadmin/main.lua @@ -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