diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index d61f0975..3ea6c256 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "fsh-sushi", - "version": "3.11.1", + "version": "3.12.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "fsh-sushi", - "version": "3.11.1", + "version": "3.12.0", "license": "Apache-2.0", "dependencies": { "ajv": "^8.17.1", diff --git a/package.json b/package.json index 0cf84368..9dba3ebd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fsh-sushi", - "version": "3.11.1", + "version": "3.12.0", "description": "Sushi Unshortens Short Hand Inputs (FSH Compiler)", "scripts": { "build": "del-cli dist && tsc && copyfiles -u 3 \"src/utils/init-project/*\" dist/utils/init-project", diff --git a/src/app.ts b/src/app.ts index a8632b3e..f08ffe48 100644 --- a/src/app.ts +++ b/src/app.ts @@ -36,7 +36,7 @@ import { updateConfig } from './utils'; -const FSH_VERSION = '3.0.0-ballot'; +const FSH_VERSION = '3.0.0'; function logUnexpectedError(e: Error) { logger.error(`SUSHI encountered the following unexpected error: ${e.message}`);