File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -13,19 +13,19 @@ export const RoadMapSection: React.FC = () => {
1313 < Timeline />
1414 {
1515 [ {
16- date : "May 2025" ,
16+ date : "August 2025" ,
1717 title : "First test release" ,
1818 description : "In the test release we will check the main functionality. Mainly its about the flow builder and the execution over REST." ,
1919 } , {
20- date : "August 2025" ,
20+ date : "October 2025" ,
2121 title : "First alpha release" ,
2222 description : "In the alpha phase we will introduce more features, fix bugs and increase user experience" ,
2323 } , {
24- date : "October 2025" ,
24+ date : "December 2025" ,
2525 title : "First beta release" ,
2626 description : "Now its time for MQTT and AMQP support. The focus will be the extension of our adapters." ,
2727 } , {
28- date : "December 2025 " ,
28+ date : "2026 " ,
2929 title : "Full release self-hosted version" ,
3030 description : "Everything is bundled and shipped for the first release of our community edition in a self-hosted environment." ,
3131 } ] . map ( ( item , index ) => {
@@ -59,4 +59,4 @@ export const RoadMapSection: React.FC = () => {
5959 }
6060 </ Row >
6161 </ Container >
62- }
62+ }
You can’t perform that action at this time.
0 commit comments