Skip to content

Commit

Permalink
Update cli version
Browse files Browse the repository at this point in the history
  • Loading branch information
pvarentsov committed Oct 1, 2021
1 parent 6b79e1c commit df90985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { SocketEventType, SocketFactory } from '@iola/core/socket'

(async (): Promise<void> => {
try {
const version = '0.5.3'
const version = '0.5.4'

const config = CliFactory
.createParser(version)
Expand Down

0 comments on commit df90985

Please sign in to comment.