Prepare 1.8.2 release

The fastboot fix is kind of important, so let's make a new release.
This commit is contained in:
Oliver Smith 2019-09-26 23:08:19 +02:00
parent 5ad84a4c08
commit 966d1a6d91
No known key found for this signature in database
GPG Key ID: 5AE7F5513E0885CB
1 changed files with 1 additions and 1 deletions

View File

@ -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"