Skip to content

Commit

Permalink
Implements FSH 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cmoesel committed Jan 14, 2021
1 parent 55994ad commit 30021c5
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 @@ -29,7 +29,7 @@ import {
getRandomPun
} from './utils';

const FSH_VERSION = '1.0.0';
const FSH_VERSION = '1.1.0';

app().catch(e => {
logger.error(`SUSHI encountered the following unexpected error: ${e.message}`);
Expand Down

0 comments on commit 30021c5

Please sign in to comment.