Skip to content

Commit

Permalink
Postpone update system resolver update check date
Browse files Browse the repository at this point in the history
  • Loading branch information
dhaavi committed May 17, 2021
1 parent 3c98b43 commit aeab1de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion profile/special.go
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ func specialProfileNeedsReset(profile *Profile) bool {

switch profile.ID {
case SystemResolverProfileID:
return canBeUpgraded(profile, "17.5.2021")
return canBeUpgraded(profile, "18.5.2021")
default:
// Not a special profile or no upgrade available yet.
return false
Expand Down

0 comments on commit aeab1de

Please sign in to comment.