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