K6 and xk6 version shows devel in stage biut same shows the right version in local env

in my local below is the version for k6 and ./k6

arpita.sood@MMDVD9TJQR30M sre-perf-ls-test-demo % k6 version
k6 v0.45.0 ((devel), go1.20.5, darwin/arm64)

arpita.sood@MMDVD9TJQR30M sre-perf-ls-test-demo % ./k6 version
k6 v0.45.0 ((devel), go1.20.5, darwin/arm64)
Extensions:
  github.com/mostafa/xk6-kafka v0.19.0, k6/x/kafka [js]

the script with above config is working as expected

in dev env k6 and ./k6 version is below

k6 version
k6 v0.45.0 ((devel), go1.20.6 linux/amd64)
Extensions:
  github.com/mostafa/xk6-kafka (devel), k6/x/kafka [js]

 ./k6 version
k6 v0.45.0 ((devel), go1.20.6, linux/amd64)
Extensions:
  github.com/mostafa/xk6-kafka (devel), k6/x/kafka [js]

even though whatever version i use in the dev env, i get (devel) in the extension but all versions are working as expected in local env.

Hi @arpita

Can you share how is the k6 binary containing the mostafa/xk6-kafka extension built, both in your local environment and in dev?

Is this causing you any issues apart from the version you see?

Cheers!