diff --git a/src/flowTypes.ts b/src/flowTypes.ts index f3476f7dc..4a8a3e5b1 100644 --- a/src/flowTypes.ts +++ b/src/flowTypes.ts @@ -4,7 +4,7 @@ import { FlowTypes, Operators, Types, ContactStatus } from 'config/interfaces'; import { ExclusionsCheckboxEntry } from 'store/nodeEditor'; // we don't concern ourselves with patch versions -export const SPEC_VERSION = '13.5'; +export const SPEC_VERSION = '13.6'; export interface Languages { [iso: string]: string;