Skip to content

Commit 06110d5

Browse files
authored
Merge pull request #199 from nhsuk/update-cookie-version
Update COOKIE_VERSION number
2 parents 7704f34 + b8ad583 commit 06110d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cookieconsent.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { getNoBanner, getPolicyUrl, makeUrlAbsolute } from './settings';
88
* bump this version up afterwards. It will then give the user the banner again
99
* to consent to the new rules
1010
*/
11-
export const COOKIE_VERSION = 5;
11+
export const COOKIE_VERSION = 6;
1212
const COOKIE_NAME = 'nhsuk-cookie-consent';
1313

1414
/**

0 commit comments

Comments
 (0)