Skip to content

Commit 0f282a8

Browse files
authored
Merge pull request #74 from code0-tech/feat/roadmap
Update RoadMapSection.tsx
2 parents 06f9267 + cbc9d6f commit 0f282a8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/static-components/RoadMapSection.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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+
}

0 commit comments

Comments
 (0)