Skip to content

Commit ab1aeb8

Browse files
authored
Merge pull request #1272 from nyaruka/spec_14.0
Bump flow spec version to 14.0
2 parents 4ab05ec + 8ebbce0 commit ab1aeb8

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
@@ -4,7 +4,7 @@ import { FlowTypes, Operators, Types, ContactStatus } from 'config/interfaces';
44
import { ExclusionsCheckboxEntry } from 'store/nodeEditor';
55

66
// we don't concern ourselves with patch versions
7-
export const SPEC_VERSION = '13.6';
7+
export const SPEC_VERSION = '14.0';
88

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

0 commit comments

Comments
 (0)