forked from Mirror/pmbootstrap
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
This commit is contained in:
parent
9fdf49ef0e
commit
e2461f00a2
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ from .core.context import get_context
|
||||||
from .commands import run_command
|
from .commands import run_command
|
||||||
|
|
||||||
# pmbootstrap version
|
# pmbootstrap version
|
||||||
__version__ = "2.3.1"
|
__version__ = "3.0.0_alpha"
|
||||||
|
|
||||||
# Python version check
|
# Python version check
|
||||||
version = sys.version_info
|
version = sys.version_info
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue