Skip to content

Commit f78035f

Browse files
committed
Bump spec version to 13.3
1 parent f726a09 commit f78035f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/flowTypes.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { FlowTypes, Operators, Types, ContactStatus } from 'config/interfaces';
33
import { ExclusionsCheckboxEntry } from 'store/nodeEditor';
44

55
// we don't concern ourselves with patch versions
6-
export const SPEC_VERSION = '13.2';
6+
export const SPEC_VERSION = '13.3';
77

88
export interface Languages {
99
[iso: string]: string;

0 commit comments

Comments
 (0)