From 3f5ef28a48d4d9e90197eef21f73358babafd4f5 Mon Sep 17 00:00:00 2001 From: Manuel Cortez Date: Wed, 15 Aug 2018 14:53:33 -0500 Subject: [PATCH] Updated info for a new Snapshot (coming soon) --- src/application.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/application.py b/src/application.py index dbd757b7..ed20defb 100644 --- a/src/application.py +++ b/src/application.py @@ -8,7 +8,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 = "6" + version = "8" 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"]