Skip to content

Commit cc3f01d

Browse files
authored
Criteo Bid Adapter : Bump Publisher Tag version (prebid#9151)
1 parent e08fea6 commit cc3f01d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/criteoBidAdapter.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const LOG_PREFIX = 'Criteo: ';
2727
Unminified source code can be found in the privately shared repo: https://github.com/Prebid-org/prebid-js-external-js-criteo/blob/master/dist/prod.js
2828
*/
2929
const FAST_BID_VERSION_PLACEHOLDER = '%FAST_BID_VERSION%';
30-
export const FAST_BID_VERSION_CURRENT = 130;
30+
export const FAST_BID_VERSION_CURRENT = 132;
3131
const FAST_BID_VERSION_LATEST = 'latest';
3232
const FAST_BID_VERSION_NONE = 'none';
3333
const PUBLISHER_TAG_URL_TEMPLATE = 'https://static.criteo.net/js/ld/publishertag.prebid' + FAST_BID_VERSION_PLACEHOLDER + '.js';

0 commit comments

Comments
 (0)