Versions in this module Expand all Collapse all v0 v0.0.2 Jul 31, 2026 Changes in this version + type UpdateResult struct + CurrentVersion string + InstalledPath string + LatestVersion string + Updated bool + type UpdateToLatestUseCase struct + func NewUpdateToLatestUseCase(releaseRepo repository.ReleaseRepository) *UpdateToLatestUseCase + func (uc *UpdateToLatestUseCase) Execute() (UpdateResult, error)