We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4ab05ec + 8ebbce0 commit ab1aeb8Copy full SHA for ab1aeb8
src/flowTypes.ts
@@ -4,7 +4,7 @@ import { FlowTypes, Operators, Types, ContactStatus } from 'config/interfaces';
4
import { ExclusionsCheckboxEntry } from 'store/nodeEditor';
5
6
// we don't concern ourselves with patch versions
7
-export const SPEC_VERSION = '13.6';
+export const SPEC_VERSION = '14.0';
8
9
export interface Languages {
10
[iso: string]: string;
0 commit comments