Release binaries version doesn't match release tag
elferherrera opened this issue · 3 comments
elferherrera commented
The binaries found in the releases do not have the correct version. They have 1.5.2
Is there something missing?
ckipp01 commented
Hey @elferherrera thanks for the report. I just double-checked one of the latest 1.5.6
releases and I'm seeing:
❯ ./bloop-x86_64-apple-darwin about
bloop v1.5.6
Using Scala v2.12.15 and Zinc v1.7.2
Running on Java JDK v17.0.5 (/Users/ckipp/.sdkman/candidates/java/17.0.5-tem)
-> Supports debugging user code, Java Debug Interface (JDI) is available.
Maintained by the Scala Center and the community.
So it seems to match. What binary are you having issues with?
tgodzik commented
The issue might be that the underlying bloop server wasn't restarted, so you would need to first do bloop exit
and then check with bloop about
elferherrera commented
Thanks. I didn't know I had to restart the server. False alarm