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