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}`);