mirror of
https://github.com/m-labs/artiq.git
synced 2024-12-25 11:18:27 +08:00
fix default version
This commit is contained in:
parent
88684dbd2a
commit
1fc127c770
@ -1,4 +1,4 @@
|
||||
import os
|
||||
|
||||
def get_version():
|
||||
return os.getenv("VERSIONEER_OVERRIDE", default="7.0.beta")
|
||||
return os.getenv("VERSIONEER_OVERRIDE", default="8.0.beta")
|
||||
|
Loading…
Reference in New Issue
Block a user