Skip to content

Commit 3d0940d

Browse files
committed
fix(typesync | publish): bump version in cli
1 parent eb33cf2 commit 3d0940d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/typesync/src/Cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ const typesync = Command.make('typesync').pipe(
1111

1212
export const run = Command.run(typesync, {
1313
name: 'typesync',
14-
version: '0.0.0-alpha',
14+
version: '0.0.0-alpha.6',
1515
});

0 commit comments

Comments
 (0)