mirror of
https://github.com/m-labs/artiq.git
synced 2024-12-24 19:04:02 +08:00
versioneer: fix default
This commit is contained in:
parent
3c72b8d646
commit
5ef94d30dd
@ -11,7 +11,7 @@ def get_rev():
|
||||
"""
|
||||
|
||||
def get_version():
|
||||
return os.getenv("VERSIONEER_OVERRIDE", default="7.0.beta")
|
||||
return os.getenv("VERSIONEER_OVERRIDE", default="8.0.beta")
|
||||
|
||||
def get_rev():
|
||||
return os.getenv("VERSIONEER_REV", default="unknown")
|
||||
|
Loading…
Reference in New Issue
Block a user