mirror of
https://github.com/octoleo/syncthing.git
synced 2025-01-22 22:58:25 +00:00
Again, the poor unsupporteds
This commit is contained in:
parent
c860ad23a0
commit
3e82a0a259
@ -6,8 +6,8 @@
|
|||||||
|
|
||||||
package upgrade
|
package upgrade
|
||||||
|
|
||||||
func Upgrade(current string) (Release, error) {
|
func UpgradeTo(rel Release) error {
|
||||||
return Release{}, ErrUpgradeUnsupported
|
return ErrUpgradeUnsupported
|
||||||
}
|
}
|
||||||
|
|
||||||
func LatestRelease(prerelease bool) (Release, error) {
|
func LatestRelease(prerelease bool) (Release, error) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user