From b577d771154bc40bf1e76af555d8becc52df733c Mon Sep 17 00:00:00 2001 From: comrumino Date: Thu, 16 Apr 2020 00:32:39 -0500 Subject: [PATCH] Bumped version 2.2.8 --- asinstaller/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asinstaller/__main__.py b/asinstaller/__main__.py index 04bf7c3..0e3453a 100755 --- a/asinstaller/__main__.py +++ b/asinstaller/__main__.py @@ -9,7 +9,7 @@ from .partitions import devices, auto, encrypted, manual -__version__ = '2.2.7' +__version__ = '2.2.8' def main():