Um, I think something is wrong with pulumi. `pulum...
# general
c
Um, I think something is wrong with pulumi.
pulumi version
gives
v0.17.19
but
brew info pulumi
gives
v0.17.20
.
s
which pulumi
might show two different binaries
c
Nope. I confirmed it’s the right one.
I even ran
/usr/local/Cellar/pulumi/0.17.20/bin/pulumi version
It comes back with the wrong version
So either the version is actually wrong or something forgot to bump the version in the code (however it’s done) when it was tagged
w
Opened https://github.com/pulumi/pulumi/issues/2879 to track - this sounds like it may have been a brew publishing issue.
c
Thanks. Wasn’t sure if it was just me, so I didn’t want to open up a bug report.