This is an automated email from the ASF dual-hosted git repository.
jongyoul pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/zeppelin-site.git
The following commit(s) were added to refs/heads/master by this push:
new 5e5cdcb41 Change the latest version to 0.12.0 for quick start
5e5cdcb41 is described below
commit 5e5cdcb41a0a759d6ce31f8ea5ba6bc88c165421
Author: Jongyoul Lee <[email protected]>
AuthorDate: Mon Apr 7 21:57:42 2025 +0900
Change the latest version to 0.12.0 for quick start
---
.htaccess | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.htaccess b/.htaccess
index 6f31cba0d..b9da00ae1 100644
--- a/.htaccess
+++ b/.htaccess
@@ -7,7 +7,7 @@ RewriteRule ^/?docs/0.6.0-(?!SNAPSHOT).*/(.*) /docs/0.6.0/$2
[R=301,L,NE]
RewriteRule ^/?docs/(0.5.[056])(?!-incubating).*/(.*) /docs/$1-incubating/$3
[R=301,L,NE]
# rewrite docs/latest to latest stable release
-RewriteRule ^/?docs/latest/(.*) /docs/0.11.2/$1 [PT]
+RewriteRule ^/?docs/latest/(.*) /docs/0.12.0/$1 [PT]
# rewrite docs/snapshot to latest snapshot version
-RewriteRule ^/?docs/snapshot/(.*) /docs/0.12-SNAPSHOT/$1 [PT]
+RewriteRule ^/?docs/snapshot/(.*) /docs/0.13-SNAPSHOT/$1 [PT]