From 966d1a6d9182e2b78c26fa7ee4899ef5f733344b Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Thu, 26 Sep 2019 23:08:19 +0200 Subject: [PATCH] Prepare 1.8.2 release The fastboot fix is kind of important, so let's make a new release. --- pmb/config/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pmb/config/__init__.py b/pmb/config/__init__.py index 8f219d5b..746a5b83 100644 --- a/pmb/config/__init__.py +++ b/pmb/config/__init__.py @@ -30,7 +30,7 @@ from pmb.config.merge_with_args import merge_with_args # # Exported variables (internal configuration) # -version = "1.8.1" +version = "1.8.2" pmb_src = os.path.normpath(os.path.realpath(__file__) + "/../../..") apk_keys_path = pmb_src + "/pmb/data/keys"