RJVB / afsctool

This is a version of "brkirch"'s afsctool utility that allows end-users to leverage HFS+ compression.
https://brkirch.wordpress.com/afsctool
GNU General Public License v3.0
187 stars 18 forks source link

Fix version string #50

Closed nalzok closed 2 years ago

nalzok commented 2 years ago

The fix itself is trivial, but commit 4048012 has already been tagged release 1.7.2. Fortunately, it was released merely a few hours ago. Perhaps you can just force retag and force push?

RJVB commented 2 years ago

The fix itself is trivial, but commit 4048012 has already been tagged release 1.7.2. Fortunately, it was released merely a few hours ago. Perhaps you can just force retag and force push?

Done like that. You'll need to

> git reset --hard e2041937f60362333441d283bc8df52b8ed5b7a2
> git pull
nalzok commented 2 years ago

I'm afraid it's still not correct: https://github.com/RJVB/afsctool/releases/tag/1.7.2

Perhaps you need to do a git push --tags?

RJVB commented 2 years ago

Done I hope. Why tags aren't included/updated when I do a force push... not the 1st time I get bitten by that and probably not the last :(