From 5869c2bfe2c89a6fab170a6f0c2993a94d8f097d Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Fri, 24 Aug 2018 10:22:16 -0400 Subject: [PATCH] GYB 1.11 --- gyb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gyb.py b/gyb.py index 2c84e05..aefb323 100755 --- a/gyb.py +++ b/gyb.py @@ -24,7 +24,7 @@ __program_name__ = 'Got Your Back: Gmail Backup' __author__ = 'Jay Lee' __email__ = 'jay0lee@gmail.com' -__version__ = '1.1' +__version__ = '1.11' __license__ = 'Apache License 2.0 (https://www.apache.org/licenses/LICENSE-2.0)' __website__ = 'https://git.io/gyb' __db_schema_version__ = '6'