diff --git a/pmb/config/__init__.py b/pmb/config/__init__.py index a4e95365..08dd95a3 100644 --- a/pmb/config/__init__.py +++ b/pmb/config/__init__.py @@ -14,7 +14,7 @@ from pmb.config.merge_with_args import merge_with_args # # Exported variables (internal configuration) # -version = "1.18.1" +version = "1.19.0" pmb_src = os.path.normpath(os.path.realpath(__file__) + "/../../..") apk_keys_path = pmb_src + "/pmb/data/keys"