Skip to content

Commit

Permalink
Update FSH version to indicate full support for 3.0.0-ballot (#1321)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmoesel authored Aug 4, 2023
1 parent d7cb8ea commit 315a574
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 @@ -34,7 +34,7 @@ import {
checkSushiVersion
} from './utils';

const FSH_VERSION = '3.0.0-ballot (partial)';
const FSH_VERSION = '3.0.0-ballot';

function logUnexpectedError(e: Error) {
logger.error(`SUSHI encountered the following unexpected error: ${e.message}`);
Expand Down

0 comments on commit 315a574

Please sign in to comment.