This is an automated email from the ASF dual-hosted git repository.
frankvicky pushed a commit to branch 3.9
in repository https://gitbox.apache.org/repos/asf/kafka.git
The following commit(s) were added to refs/heads/3.9 by this push:
new c0909b0551f MINOR: Bump templateData.js version (#19648)
c0909b0551f is described below
commit c0909b0551f24e7b2fde1cf85ebca8f4d155d1d6
Author: TengYao Chi <[email protected]>
AuthorDate: Tue May 6 17:41:54 2025 +0800
MINOR: Bump templateData.js version (#19648)
Bump version to 3.9.1
Reviewers: Luke Chen <[email protected]>
---
docs/js/templateData.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/js/templateData.js b/docs/js/templateData.js
index 13d352fc70d..a1ed4601c78 100644
--- a/docs/js/templateData.js
+++ b/docs/js/templateData.js
@@ -19,6 +19,6 @@ limitations under the License.
var context={
"version": "39",
"dotVersion": "3.9",
- "fullDotVersion": "3.9.0",
+ "fullDotVersion": "3.9.1",
"scalaVersion": "2.13"
};