diff --git a/pmb/config/__init__.py b/pmb/config/__init__.py index dfbec38a..c027b57b 100644 --- a/pmb/config/__init__.py +++ b/pmb/config/__init__.py @@ -30,14 +30,14 @@ from pmb.config.merge_with_args import merge_with_args # # Exported variables (internal configuration) # -version = "1.2.0" +version = "1.3.0" pmb_src = os.path.normpath(os.path.realpath(__file__) + "/../../..") apk_keys_path = pmb_src + "/pmb/data/keys" # Update this frequently to prevent a MITM attack with an outdated version # (which may contain a vulnerable apk/libressl, and allows an attacker to # exploit the system!) -apk_tools_static_min_version = "2.10.1-r0" +apk_tools_static_min_version = "2.10.3-r1" # postmarketOS aports compatibility (checked against "version" in pmaports.cfg) pmaports_min_version = "2"