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 = () => {
13
13
< Timeline />
14
14
{
15
15
[ {
16
- date : "May 2025" ,
16
+ date : "August 2025" ,
17
17
title : "First test release" ,
18
18
description : "In the test release we will check the main functionality. Mainly its about the flow builder and the execution over REST." ,
19
19
} , {
20
- date : "August 2025" ,
20
+ date : "October 2025" ,
21
21
title : "First alpha release" ,
22
22
description : "In the alpha phase we will introduce more features, fix bugs and increase user experience" ,
23
23
} , {
24
- date : "October 2025" ,
24
+ date : "December 2025" ,
25
25
title : "First beta release" ,
26
26
description : "Now its time for MQTT and AMQP support. The focus will be the extension of our adapters." ,
27
27
} , {
28
- date : "December 2025 " ,
28
+ date : "2026 " ,
29
29
title : "Full release self-hosted version" ,
30
30
description : "Everything is bundled and shipped for the first release of our community edition in a self-hosted environment." ,
31
31
} ] . map ( ( item , index ) => {
@@ -59,4 +59,4 @@ export const RoadMapSection: React.FC = () => {
59
59
}
60
60
</ Row >
61
61
</ Container >
62
- }
62
+ }
You can’t perform that action at this time.
0 commit comments