diff --git a/app.py b/app.py index 16d06c0..54d82f6 100644 --- a/app.py +++ b/app.py @@ -158,7 +158,7 @@ def errorhandler(e): if __name__ == "__main__": from waitress import serve - print("syscheck_receiver v1.0.3") + print(f"syscheck_receiver v{config['version']}") # check if sqlite db exist if not make one if not os.path.isfile(db_dir): diff --git a/config.json b/config.json index a82bc0d..84ccebb 100644 --- a/config.json +++ b/config.json @@ -1,6 +1,7 @@ { "ip": "0.0.0.0", "port": "6969", + "version": "1.0.4", "upload_passwords": [ "d2wRuTEObSAN", "B277eNGp789a"