Skip to content

Commit 598c0d4

Browse files
Update flag spec version
1 parent ebc547a commit 598c0d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/utils/constants/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ export const DISABLED = 0;
104104
export const ENABLED = 1;
105105
export const PAUSED = 2;
106106

107-
export const FLAG_SPEC_VERSION = '1.2';
107+
export const FLAG_SPEC_VERSION = '1.3';
108108

109109
// Matcher types
110110
export const IN_SEGMENT = 'IN_SEGMENT';

src/utils/settingsValidation/__tests__/settings.mocks.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ export const fullSettings: ISettings = {
6767
groupedFilters: { bySet: [], byName: [], byPrefix: [] },
6868
},
6969
enabled: true,
70-
flagSpecVersion: '1.2'
70+
flagSpecVersion: '1.3'
7171
},
7272
version: 'jest',
7373
runtime: {

0 commit comments

Comments
 (0)