Skip to content

Commit

Permalink
add apache camel 4.1 (#959)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosthe19916 authored Oct 27, 2023
1 parent cb6a8b7 commit 7f050c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui-pf4/src/main/webapp/src/layout/TransformationPaths.ts
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ export const CAMEL: TransformationPathOption = {
label: "Camel",
description: "Rules to support upgrading to a newer version of Camel.",
options: Array.from({ length: 22 }, (_, index) => `3.${index}`)
.concat(["4.0"])
.concat(["4.0", "4.1"])
.map((version) => ({
label: `camel:${version}`,
value: `camel:${version}`,
Expand Down

0 comments on commit 7f050c9

Please sign in to comment.