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

lhotari pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git

commit 789cfbafe20fcaf1dad49c5f2a595657c0abf249
Author: Lari Hotari <[email protected]>
AuthorDate: Mon Sep 8 14:47:20 2025 +0300

    Add 4.1.x to static/reference/index.html
---
 static/reference/index.html | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/static/reference/index.html b/static/reference/index.html
index 470f2c2884a..fe879570642 100644
--- a/static/reference/index.html
+++ b/static/reference/index.html
@@ -206,6 +206,7 @@
           '<option value="3.2.x">3.2.x</value>' +
           '<option value="3.3.x">3.3.x</value>' +
           '<option value="4.0.x">4.0.x</value>' +
+          '<option value="4.1.x">4.1.x</value>' +
           '<option value="next">next</value>' +
           "</select>",
         repo: "apache/pulsar",
@@ -218,7 +219,7 @@
         namespaces: [
           {
             id: "version",
-            values: ["2.6.x", "2.7.x", "2.8.x", "2.9.x", "2.10.x", "2.11.x", 
"3.0.x", "3.1.x", "3.2.x", "3.3.x", "4.0.x", "next"],
+            values: ["2.6.x", "2.7.x", "2.8.x", "2.9.x", "2.10.x", "2.11.x", 
"3.0.x", "3.1.x", "3.2.x", "3.3.x", "4.0.x", "4.1.x", "next"],
             optional: true,
             selector: "#ver-selector",
             default: "next",

Reply via email to