Skip to content

Commit 3b91d8b

Browse files
committed
Update search version after attribution removed from Bing
Fixes brave/brave-browser#21085
1 parent 9a47d23 commit 3b91d8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/search_engines/brave_prepopulated_engines.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ namespace TemplateURLPrepopulateData {
1212

1313
// IMPORTANT! Make sure to bump this value if you make changes to the
1414
// engines below or add/remove engines.
15-
const int kBraveCurrentDataVersion = 17;
15+
const int kBraveCurrentDataVersion = 18;
1616
// DO NOT CHANGE THIS ONE. Used for backfilling kBraveDefaultSearchVersion.
1717
const int kBraveFirstTrackedDataVersion = 6;
1818

0 commit comments

Comments
 (0)