Closed iovis closed 1 year ago
I keep getting the "update binary" popup when I refresh tmux because it seems like the git check git describe --tags | sed "s/-.*//g" is 2.0.2 and the binary is 2.0.1. I tried building from brew and from source and I get the same behavior
git describe --tags | sed "s/-.*//g"
2.0.2
2.0.1
Just published 2.0.3 fixing this! I need to sort out the release process, still doing releases manually and forgot to bump a version number 🙈
Haha, no worries, been there myself
I can confirm it working! 🎉
I keep getting the "update binary" popup when I refresh tmux because it seems like the git check
git describe --tags | sed "s/-.*//g"
is2.0.2
and the binary is2.0.1
. I tried building from brew and from source and I get the same behavior