From cc7a285523bc8b2e712ee80fc034101c5ae49617 Mon Sep 17 00:00:00 2001 From: Daylily-Zeleen <735170336@qq.com> Date: Sun, 5 May 2024 03:34:51 +0800 Subject: [PATCH] v0.2.2 --- build_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_version.py b/build_version.py index ae905a8..5f45ffd 100644 --- a/build_version.py +++ b/build_version.py @@ -1,6 +1,6 @@ #!/usr/bin/env python import sys -version = "v0.2.2-dev" +version = "v0.2.2" print("BUILD_VERSION=" + version)