From b93fe6b87813ed1f53e23a4233010cdea8078618 Mon Sep 17 00:00:00 2001 From: JianFeeeee Date: Sat, 12 Sep 2026 14:16:46 +0800 Subject: [PATCH] =?UTF-8?q?chore(version):=20main=20=E8=B7=AF=E7=89=8C?= =?UTF-8?q?=E6=8E=A8=E5=88=B0=201.3.0=EF=BC=88v1.2.0=20=E5=B7=B2=E4=BB=8E?= =?UTF-8?q?=20release/v1.2.x=20=E5=8F=91=E5=87=BA=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 按版本纪律:release/v1.2.x 停在 v1.2.0 的发布提交(140cd34),主干 meta.Version 永远是「下一个未发布中版本」。 --- meta/meta.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/meta.go b/meta/meta.go index 99a7e90..4c62cc9 100644 --- a/meta/meta.go +++ b/meta/meta.go @@ -50,7 +50,7 @@ var ( // 1.2.0 就归发布线所有,main 立刻推进到 1.3.0;而 SDK 因为要等正式 tag, // 它的 main 在 v1.2.0 打出来之前不得越过 1.2.0。 // (曾误按 §七.4 把这里推到 1.3.0,等于宣称 1.2.0 已发布。) - Version = "1.2.0" + Version = "1.3.0" // Commit 是构建时的 Git commit hash。 Commit = "unknown"