From a8f7477a1f8c3a44400730ca49c895c99e7ba070 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20Cort=C3=A9z?= Date: Tue, 2 Feb 2016 09:38:43 -0600 Subject: [PATCH] new snapshot --- src/application.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/application.py b/src/application.py index c7281176..98ec8daf 100644 --- a/src/application.py +++ b/src/application.py @@ -5,7 +5,7 @@ if snapshot == False: version = "0.80" update_url = 'http://twblue.es/updates/twblue_ngen.json' else: - version = "10.98" + version = "10.99" update_url = 'http://twblue.es/updates/snapshots_ngen.json' author = u"Manuel Cortéz" authorEmail = "manuel@manuelcortez.net"