You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by te...@apache.org on 2024/03/08 14:45:04 UTC

(pulsar-site) branch fix-2-version updated: Fix version issue

This is an automated email from the ASF dual-hosted git repository.

technoboy pushed a commit to branch fix-2-version
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git


The following commit(s) were added to refs/heads/fix-2-version by this push:
     new 3b7c54e4532a Fix version issue
3b7c54e4532a is described below

commit 3b7c54e4532adfb21af429ffcab4663f85113302
Author: Jiwe Guo <te...@apache.org>
AuthorDate: Fri Mar 8 22:44:54 2024 +0800

    Fix version issue
---
 data/release-pulsar.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/data/release-pulsar.js b/data/release-pulsar.js
index 00d5098ab57d..6d9a6eed8e24 100644
--- a/data/release-pulsar.js
+++ b/data/release-pulsar.js
@@ -88,7 +88,7 @@ module.exports = [
       "vtag": "2.11.x",
       "releaseNotes": "/release-notes/versioned/pulsar-2.11.3/",
       "doc": "/docs/2.11.x",
-      "version": "v2.11.x"
+      "version": ""
     },
     {
         "author": "Technoboy-",