You've already forked goreleaser
mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-09-16 09:26:52 +02:00
fix: remove unused field (#3817)
this is not being used, so... let's delete Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
b4a4ca1716
commit
e6159a1283
@@ -117,7 +117,6 @@ type Semver struct {
|
||||
Major uint64
|
||||
Minor uint64
|
||||
Patch uint64
|
||||
RawVersion string
|
||||
Prerelease string
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user