Skip to content

Commit

Permalink
Implements FSH 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cmoesel committed Oct 11, 2024
1 parent d6e2c7f commit a03b7d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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}`);
Expand Down

0 comments on commit a03b7d9

Please sign in to comment.