From f344606e563d604b95f6918cb676d29b66cb5613 Mon Sep 17 00:00:00 2001 From: lihan Date: Mon, 4 Mar 2024 17:19:40 +0800 Subject: [PATCH] =?UTF-8?q?release=20v0.2.4=F0=9F=8E=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/version.go b/internal/version.go index 5ad14d64..aaa4bae9 100644 --- a/internal/version.go +++ b/internal/version.go @@ -16,4 +16,4 @@ package internal -const RuntimeVersion = "0.2.3" +const RuntimeVersion = "0.2.4"