fix default version

pull/2034/head
Sebastien Bourdeauducq 2022-12-20 12:56:43 +08:00
parent 88684dbd2a
commit 1fc127c770
1 changed files with 1 additions and 1 deletions

View File

@ -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")