Skip to content

Commit

Permalink
Fix bad release 1.40.6
Browse files Browse the repository at this point in the history
The latest release should have forced an invalidation of existing
selfie, this was overlooked.
  • Loading branch information
gorhill committed Jan 11, 2022
1 parent 16a01ba commit 554241b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.40.6
1.40.8
2 changes: 1 addition & 1 deletion src/js/static-net-filtering.js
Original file line number Diff line number Diff line change
Expand Up @@ -3493,7 +3493,7 @@ FilterCompiler.prototype.FILTER_UNSUPPORTED = 2;

const FilterContainer = function() {
this.compilerVersion = '6';
this.selfieVersion = '7';
this.selfieVersion = '8';

this.MAX_TOKEN_LENGTH = MAX_TOKEN_LENGTH;
this.optimizeTaskId = undefined;
Expand Down

0 comments on commit 554241b

Please sign in to comment.