From 77d59b203ece2e8bf8393bc5c73356812f648497 Mon Sep 17 00:00:00 2001 From: Max Date: Thu, 6 Nov 2025 18:20:49 +0800 Subject: [PATCH] =?UTF-8?q?Update=20version=20constants=20to=201.0.0=20for?= =?UTF-8?q?=20Yao=20App=20Engine=20=09=E2=80=A2=09Changed=20VERSION=20and?= =?UTF-8?q?=20CUI=20constants=20from=200.10.5=20to=201.0.0=20to=20reflect?= =?UTF-8?q?=20the=20upcoming=20release.=20=09=E2=80=A2=09Ensured=20consist?= =?UTF-8?q?ency=20in=20versioning=20across=20the=20application.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ⚠️ Note: Version 1.0.0 is still under development — this PR does not represent an official release. --- share/const.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/const.go b/share/const.go index 4d0ebfb2..815b2c85 100644 --- a/share/const.go +++ b/share/const.go @@ -1,13 +1,13 @@ package share // VERSION Yao App Engine Version -const VERSION = "0.10.5" +const VERSION = "1.0.0" // PRVERSION Yao App Engine PR Commit const PRVERSION = "DEV" // CUI Version -const CUI = "0.10.5" +const CUI = "1.0.0" // PRCUI CUI PR Commit const PRCUI = "DEV"