Again, the poor unsupporteds

This commit is contained in:
Jakob Borg 2014-07-31 17:11:53 +02:00
parent c860ad23a0
commit 3e82a0a259
1 changed files with 2 additions and 2 deletions

View File

@ -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) {