mirror of
https://github.com/superseriousbusiness/gotosocial
synced 2025-06-05 21:59:39 +02:00
Make GtS reported version SemVer-compatible (#2611)
This commit is contained in:
@@ -77,6 +77,7 @@ func main() {
|
||||
}
|
||||
|
||||
// version will build a version string from binary's stored build information.
|
||||
// It is SemVer-compatible so long as Version is SemVer-compatible.
|
||||
func version() string {
|
||||
// Read build information from binary
|
||||
build, ok := godebug.ReadBuildInfo()
|
||||
@@ -115,5 +116,5 @@ func version() string {
|
||||
}
|
||||
}
|
||||
|
||||
return strings.Join(info, " ")
|
||||
return strings.Join(info, "+")
|
||||
}
|
||||
|
Reference in New Issue
Block a user