We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a2b08a commit 20fb5e2Copy full SHA for 20fb5e2
1 file changed
src/index.ts
@@ -8,7 +8,7 @@ import { SocketEventType, SocketFactory } from '@iola/core/socket'
8
9
(async (): Promise<void> => {
10
try {
11
- const version = '0.5.6'
+ const version = '0.5.7'
12
13
const config = CliFactory
14
.createParser(version)
0 commit comments