Skip to content
Snippets Groups Projects
Unverified Commit c74735ea authored by Oliver Smith's avatar Oliver Smith
Browse files

Prepare 3.3.1 release

parent 3eff3ff3
Branches
Tags 3.3.1
No related merge requests found
Pipeline #216313 passed
......@@ -25,7 +25,7 @@ from .core.context import get_context
from .commands import run_command
# pmbootstrap version
__version__ = "3.3.0"
__version__ = "3.3.1"
# Python version check
# === CHECKLIST FOR UPGRADING THE REQUIRED PYTHON VERSION ===
......
......@@ -30,8 +30,8 @@ apk_keys_path: Path = pmb_src / "pmb/data/keys"
# (which may contain a vulnerable apk/openssl, and allows an attacker to
# exploit the system!)
apk_tools_min_version = {
"edge": "2.14.9-r0",
"v3.21": "2.14.6-r2",
"edge": "2.14.9-r1",
"v3.21": "2.14.6-r3",
"v3.20": "2.14.4-r1",
"v3.19": "2.14.4-r0",
"v3.18": "2.14.4-r0",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment