Skip to content

Commit 9e700ac

Browse files
committed
temporary updates set tags endpoint version requirement
1 parent 716e73f commit 9e700ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/versioning/versions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export const FEATURE_VERSION_MAP = {
88
NEW_ATTACHMENTS_API: '8.5.0.153',
99
PDF_PREVIEW_BUTTON: '8.5.0.157',
1010
APP_LANGUAGES_IN_ANONYMOUS: '8.5.6.180',
11-
SET_TAGS_ENDPOINT: '8.8.0.0',
11+
SET_TAGS_ENDPOINT: '8.7.0.0',
1212
} as const;
1313

1414
type AppFeature = keyof typeof FEATURE_VERSION_MAP;

0 commit comments

Comments
 (0)