mirror of
https://github.com/tower-rs/tower.git
synced 2025-09-27 13:00:43 +00:00

In #643, I accidentally included a `v` before the version number in the regex for matching release tags for the `tower` crate, but not for `tower-whatever` crates. All previous release tags on this repo don't use a `v`, so adding it was a mistake. This branch removes it.