From 1fc127c7701cca117584e3ce88d6259c04c7d247 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Tue, 20 Dec 2022 12:56:43 +0800 Subject: [PATCH] fix default version --- artiq/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artiq/_version.py b/artiq/_version.py index 87dc270e3..e308ce8c2 100644 --- a/artiq/_version.py +++ b/artiq/_version.py @@ -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")