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

zehnder pushed a commit to branch release-0-98-0
in repository https://gitbox.apache.org/repos/asf/streampipes-website.git

commit e761151cf8eada4588286ef2097e432da963048c
Author: Philipp Zehnder <[email protected]>
AuthorDate: Mon Dec 15 12:58:10 2025 +0100

    Update version on website
---
 docs/01_try-installation.md       | 2 +-
 website-v2/docusaurus.config.js   | 2 +-
 website-v2/src/pages/download.tsx | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/01_try-installation.md b/docs/01_try-installation.md
index 55d3082cd..bd92e48e9 100644
--- a/docs/01_try-installation.md
+++ b/docs/01_try-installation.md
@@ -33,7 +33,7 @@ best experience), Firefox or Edge.
 
 ## Install StreamPipes
 
-<DownloadSection version={'0.97.0'} 
releaseDate={'2025-02-17'}></DownloadSection>
+<DownloadSection version={'0.98.0'} 
releaseDate={'2025-12-15'}></DownloadSection>
 
 ## Setup StreamPipes
 
diff --git a/website-v2/docusaurus.config.js b/website-v2/docusaurus.config.js
index 8d377aa65..f58389d71 100644
--- a/website-v2/docusaurus.config.js
+++ b/website-v2/docusaurus.config.js
@@ -100,7 +100,7 @@ module.exports = {
       textColor: 'white',
       isCloseable: false,
       content:
-          'Apache StreamPipes 0.97.0 is available! ⭐️',
+          'Apache StreamPipes 0.98.0 is available! ⭐️',
     },
     "image": "img/favicon.png",
     "footer": {
diff --git a/website-v2/src/pages/download.tsx 
b/website-v2/src/pages/download.tsx
index c4c16fb15..ad10e19ea 100644
--- a/website-v2/src/pages/download.tsx
+++ b/website-v2/src/pages/download.tsx
@@ -29,7 +29,7 @@ const Downloads: FC = () => (
       <div className="installation-manual-part">
         <h5 className="feature-item-margin"><span 
className="feature-highlights-bg">Installation</span></h5>
         <ul>
-          <DownloadSection version={'0.97.0'} showMoreInfo={true} 
releaseDate={'2025-02-17'}></DownloadSection>
+          <DownloadSection version={'0.98.0'} showMoreInfo={true} 
releaseDate={'2025-12-15'}></DownloadSection>
           <hr/>
         </ul>
       </div>

Reply via email to