mirror of
https://github.com/m-labs/artiq.git
synced 2025-02-02 05:40:18 +08:00
fix default version string
This commit is contained in:
parent
3acffe8b9f
commit
55c8ef588c
@ -1,4 +1,4 @@
|
|||||||
import os
|
import os
|
||||||
|
|
||||||
def get_version():
|
def get_version():
|
||||||
return os.getenv("VERSIONEER_OVERRIDE", default="7.0.beta")
|
return os.getenv("VERSIONEER_OVERRIDE", default="7.0")
|
||||||
|
Loading…
Reference in New Issue
Block a user