From be6910b82c7aa04dbc632854f733883fdb7d3983 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=87=8E=E5=A3=B0?= Date: Sun, 29 Sep 2024 16:02:52 +0800 Subject: [PATCH] release v0.6.0 (#363) --- internal/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/version.go b/internal/version.go index daf8c6c5..544e0ae0 100644 --- a/internal/version.go +++ b/internal/version.go @@ -16,4 +16,4 @@ package internal -const RuntimeVersion = "0.5.5" +const RuntimeVersion = "0.6.0"