2
0
mirror of https://github.com/m-labs/artiq.git synced 2024-12-25 03:08:27 +08:00

always provide artiq._version.get_rev

This commit is contained in:
Sebastien Bourdeauducq 2023-11-14 14:14:47 +08:00
parent e81e8f28cf
commit 77c6553725

View File

@ -1,4 +1,7 @@
import os
def get_rev():
return "unknown"
def get_version():
return os.getenv("VERSIONEER_OVERRIDE", default="8.0+unknown.beta")