We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 716e73f commit 9e700acCopy full SHA for 9e700ac
src/utils/versioning/versions.ts
@@ -8,7 +8,7 @@ export const FEATURE_VERSION_MAP = {
8
NEW_ATTACHMENTS_API: '8.5.0.153',
9
PDF_PREVIEW_BUTTON: '8.5.0.157',
10
APP_LANGUAGES_IN_ANONYMOUS: '8.5.6.180',
11
- SET_TAGS_ENDPOINT: '8.8.0.0',
+ SET_TAGS_ENDPOINT: '8.7.0.0',
12
} as const;
13
14
type AppFeature = keyof typeof FEATURE_VERSION_MAP;
0 commit comments