From dc6bea65739586f0d0596f27156e85be0eacb4ed Mon Sep 17 00:00:00 2001 From: cong <1461561010@qq.com> Date: Mon, 13 May 2024 12:07:36 +0800 Subject: [PATCH] v0.2.4 --- goplus/__version__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/goplus/__version__.py b/goplus/__version__.py index 533ab03..934aaaa 100644 --- a/goplus/__version__.py +++ b/goplus/__version__.py @@ -11,6 +11,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -VERSION = (0, 2, 3) +VERSION = (0, 2, 4) __version__ = ".".join(map(str, VERSION))