Hi, I'm trying to install Camel Jbang 4.4.1 but the 4.4.0 always gets installed. --Force and --fresh parameters don't help.
jbang app install --force --fresh camel@apache/camel I checked the CamelJBang.java and it still seems to refer to 4.4.0, is this something that needs to be changed on the source code side? I'm not actually that familiar with how the versioning with the Camel Jbang works. I assumed that the release of Camel 4.4.1 means that the Camel Jbang is also updated to the same version. But now I noticed that there's no 4.4.1 release for the docker image either, so I assume they have a different release cadence. Specifying the exact version when running a command works, for example: jbang --fresh "-Dcamel.jbang.version=4.4.1" camel@apache/camel --version Best regards, Mikael