ukify: Fix version string

Let's make sure we mimick the version of our other CLI tooling.
This commit is contained in:
Daan De Meyer
2023-01-15 17:08:11 +01:00
committed by Luca Boccassi
parent f86d037623
commit 67b65ac62d

View File

@@ -22,7 +22,7 @@ import tempfile
import typing
__version__ = '{{GIT_VERSION}}'
__version__ = '{{PROJECT_VERSION}} ({{GIT_VERSION}})'
EFI_ARCH_MAP = {
# host_arch glob : [efi_arch, 32_bit_efi_arch if mixed mode is supported]