1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-16 03:52:12 +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:
Carlos Alexandro Becker 2023-03-01 14:47:17 -03:00 committed by GitHub
parent b4a4ca1716
commit e6159a1283
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -117,7 +117,6 @@ type Semver struct {
Major uint64
Minor uint64
Patch uint64
RawVersion string
Prerelease string
}