Fix bad release 1.40.6

The latest release should have forced an invalidation of existing
selfie, this was overlooked.
This commit is contained in:
Raymond Hill 2022-01-11 15:56:07 -05:00
parent 16a01baa62
commit 554241be46
No known key found for this signature in database
GPG key ID: 25E1490B761470C2
2 changed files with 2 additions and 2 deletions

2
dist/version vendored
View file

@ -1 +1 @@
1.40.6
1.40.8

View file

@ -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;