From 52e7c7b82c9e2d934fd550221685a7e6af3533a5 Mon Sep 17 00:00:00 2001 From: lihan Date: Mon, 18 Mar 2024 14:19:11 +0800 Subject: [PATCH] =?UTF-8?q?release=20v0.2.5=20=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 aaa4bae9..747775c5 100644 --- a/internal/version.go +++ b/internal/version.go @@ -16,4 +16,4 @@ package internal -const RuntimeVersion = "0.2.4" +const RuntimeVersion = "0.2.5"