Skip to content

Commit

Permalink
Merge pull request #1257 from nyaruka/13.6
Browse files Browse the repository at this point in the history
Bump to flow spec 13.6
  • Loading branch information
rowanseymour authored Dec 3, 2024
2 parents 4ca4ca1 + d278e37 commit 1f7bf6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/flowTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 1f7bf6c

Please sign in to comment.