From d278e379e17d5aa7ae9e749ced87ea46ed070f18 Mon Sep 17 00:00:00 2001 From: Rowan Seymour Date: Mon, 2 Dec 2024 21:59:52 +0000 Subject: [PATCH] Bump to flow spec 13.6 --- src/flowTypes.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;