Skip to content

Commit

Permalink
Merge pull request #199 from nhsuk/update-cookie-version
Browse files Browse the repository at this point in the history
Update COOKIE_VERSION number
  • Loading branch information
roshaanbajwa authored May 28, 2024
2 parents 7704f34 + b8ad583 commit 06110d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cookieconsent.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { getNoBanner, getPolicyUrl, makeUrlAbsolute } from './settings';
* bump this version up afterwards. It will then give the user the banner again
* to consent to the new rules
*/
export const COOKIE_VERSION = 5;
export const COOKIE_VERSION = 6;
const COOKIE_NAME = 'nhsuk-cookie-consent';

/**
Expand Down

0 comments on commit 06110d5

Please sign in to comment.