app.VersionName fix any-sync version

This commit is contained in:
Sergey Cherepanov 2023-06-13 19:02:50 +02:00
parent 759c48c6b7
commit 69f2cb8b1d
No known key found for this signature in database
GPG Key ID: 87F8EDE8FBDF637C

View File

@ -89,7 +89,7 @@ func (app *App) VersionName() string {
if app.versionName != "" {
return app.versionName
}
return AppName + ":" + GitSummary + "/any-sync:" + app.anySyncVersion
return AppName + ":" + GitSummary + "/any-sync:" + app.AnySyncVersion()
}
type Stat struct {