From a03b7d9e1edf82169af161fd418a55d29349bbe0 Mon Sep 17 00:00:00 2001 From: Chris Moesel Date: Fri, 11 Oct 2024 11:38:24 -0400 Subject: [PATCH] Implements FSH 3.0.0 --- src/app.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.ts b/src/app.ts index a8632b3ea..f08ffe48c 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}`);