From e8a692a0615dffaca07ab85e9d55a2359c6e5f04 Mon Sep 17 00:00:00 2001 From: Manuel Cortez Date: Mon, 11 Dec 2017 08:29:38 -0600 Subject: [PATCH] Ready for next snapshot --- src/application.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/application.py b/src/application.py index cfb45e64..0a05eb36 100644 --- a/src/application.py +++ b/src/application.py @@ -6,7 +6,7 @@ if snapshot == False: update_url = 'https://twblue.es/updates/stable.php' mirror_update_url = 'https://raw.githubusercontent.com/manuelcortez/TWBlue/next-gen/updates/stable.json' else: - version = "2" + version = "3" update_url = 'https://twblue.es/updates/snapshot.php' mirror_update_url = 'https://raw.githubusercontent.com/manuelcortez/TWBlue/next-gen/updates/snapshots.json' authors = [u"Manuel Cortéz", u"José Manuel Delicado"]