From 333158a7be76fed2086ec9d313224020af40c16b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20Cort=C3=A9z?= Date: Sun, 29 Nov 2015 20:32:08 -0600 Subject: [PATCH] New stable version --- src/application.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/application.py b/src/application.py index 92d44524..17328fd1 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.96" + version = "10.97" update_url = 'http://twblue.es/updates/snapshots_ngen.json' author = u"Manuel Cortéz" authorEmail = "manuel@manuelcortez.net"