From 7135e638b36025a2af481283c66f89ad81ba7e10 Mon Sep 17 00:00:00 2001 From: Akimio521 Date: Sun, 25 Aug 2024 18:29:11 +0800 Subject: [PATCH] =?UTF-8?q?MediaWarp=20v0.0.2=20-=20=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E6=94=AF=E6=8C=81=E8=BF=94=E5=9B=9E=E8=87=AA=E5=AE=9A=E4=B9=89?= =?UTF-8?q?=E9=9D=99=E6=80=81=E8=B5=84=E6=BA=90=20-=20=E4=BC=98=E5=8C=9630?= =?UTF-8?q?2=E6=92=AD=E6=94=BE=E9=80=BB=E8=BE=91=20-=20=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E8=87=AA=E5=AE=9A=E4=B9=89=E5=AE=A2=E6=88=B7=E7=AB=AF=E8=BF=87?= =?UTF-8?q?=E6=BB=A4=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/version.go b/core/version.go index 10f351f..b600c27 100644 --- a/core/version.go +++ b/core/version.go @@ -1,4 +1,4 @@ package core // 版本号 -const APP_VERSION string = "v0.0.1" +const APP_VERSION string = "v0.0.2"