LatestVersion returns the latest stored version available.
()
| 73 | |
| 74 | // LatestVersion returns the latest stored version available. |
| 75 | func (uc updatesCache) LatestVersion() string { |
| 76 | return uc.latestVersion |
| 77 | } |
| 78 | |
| 79 | func (uc updatesCache) ReleaseURL() string { |
| 80 | return "https://writefreely.org/releases/" + uc.latestVersion |
no outgoing calls