app.VersionName fix any-sync version
This commit is contained in:
parent
759c48c6b7
commit
69f2cb8b1d
@ -89,7 +89,7 @@ func (app *App) VersionName() string {
|
|||||||
if app.versionName != "" {
|
if app.versionName != "" {
|
||||||
return app.versionName
|
return app.versionName
|
||||||
}
|
}
|
||||||
return AppName + ":" + GitSummary + "/any-sync:" + app.anySyncVersion
|
return AppName + ":" + GitSummary + "/any-sync:" + app.AnySyncVersion()
|
||||||
}
|
}
|
||||||
|
|
||||||
type Stat struct {
|
type Stat struct {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user