From 8e6ed6ed49164d1b7b493c41eee43c1334348cf3 Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Sat, 11 Feb 2023 16:02:02 -0600 Subject: [PATCH] Upgrade to Stork 1.6.0 --- helpers/stork/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers/stork/config.js b/helpers/stork/config.js index 7644de0..4351d87 100644 --- a/helpers/stork/config.js +++ b/helpers/stork/config.js @@ -2,7 +2,7 @@ import { config } from '~/package.json' export const storkOptions = config.stork -export const storkVersion = '1.4.2' +export const storkVersion = '1.6.0' export const storkExecutableName = storkOptions.executable export const storkExecutablePath = `./${ storkExecutableName }`