From 86456f0354526a6e7ff139f89e811e1b303c1308 Mon Sep 17 00:00:00 2001 From: viteshan Date: Wed, 25 Sep 2024 12:16:41 +0000 Subject: [PATCH] release v2.14.0 --- version/buildversion | 2 +- version/buildversion.go | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/version/buildversion b/version/buildversion index 4247ba4b9..d4174a4e1 100644 --- a/version/buildversion +++ b/version/buildversion @@ -1 +1 @@ -v2.14.0-rc1 +v2.14.0 diff --git a/version/buildversion.go b/version/buildversion.go index 997ad048c..6ff639012 100644 --- a/version/buildversion.go +++ b/version/buildversion.go @@ -1,3 +1,3 @@ package version -const VITE_COMMIT_VERSION = "88b8637f09933e1ccf062a4e64160dec80a1b2ab" -const VITE_BUILD_VERSION = "v2.14.0-rc1" +const VITE_COMMIT_VERSION = "142a4f6fa0ed50d24ceaa6445e03da91b6bf8999" +const VITE_BUILD_VERSION = "v2.14.0"