Skip to content

Commit

Permalink
Postpone ui profile upgrade deadline
Browse files Browse the repository at this point in the history
  • Loading branch information
dhaavi committed Aug 24, 2021
1 parent 74bf63b commit a54b095
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 @@ -181,7 +181,7 @@ func specialProfileNeedsReset(profile *Profile) bool {
case SystemResolverProfileID:
return canBeUpgraded(profile, "1.6.2021")
case PortmasterAppProfileID:
return canBeUpgraded(profile, "1.9.2021")
return canBeUpgraded(profile, "8.9.2021")
default:
// Not a special profile or no upgrade available yet.
return false
Expand Down

0 comments on commit a54b095

Please sign in to comment.