Upgrade to Stork 1.6.0

This commit is contained in:
Sam Carlton 2023-02-11 16:02:02 -06:00
parent 4d588a1924
commit 8e6ed6ed49

View file

@ -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 }`