From e2461f00a233b547d36961d35bab8cfe47d8230f Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Thu, 20 Jun 2024 21:33:19 +0200 Subject: [PATCH] Set version to 3.0.0_alpha (MR 2252) Let pmbootstrap display 3.0.0_alpha on crash, so it's clear when people are using the new codebase. Before you report this error, ensure that pmbootstrap is up to date. Find the latest version here: https://gitlab.com/postmarketOS/pmbootstrap/-/tags Your version: 3.0.0_alpha --- pmb/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pmb/__init__.py b/pmb/__init__.py index 5a18291a..5c7ddfb4 100644 --- a/pmb/__init__.py +++ b/pmb/__init__.py @@ -21,7 +21,7 @@ from .core.context import get_context from .commands import run_command # pmbootstrap version -__version__ = "2.3.1" +__version__ = "3.0.0_alpha" # Python version check version = sys.version_info