feat: add release notes to version file

This commit is contained in:
James Houlahan
2020-12-15 16:28:15 +01:00
parent dfbf25a9f4
commit 4514d72d70
8 changed files with 74 additions and 64 deletions

View File

@ -118,7 +118,7 @@ func (u *Updater) IsUpdateApplicable(version VersionInfo) bool {
return false
}
if u.settings.GetFloat64(settings.RolloutKey) > version.Rollout {
if u.settings.GetFloat64(settings.RolloutKey) > version.RolloutProportion {
return false
}