Skip to content

Commit fd12121

Browse files
committed
chore: bump CLI version to v0.2.0
1 parent 91936b0 commit fd12121

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli/mod.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const _cacheManager = await initCacheManager(Deno.cwd());
1313
await new Command()
1414
.name('runx')
1515
.description('Monorepo CLI')
16-
.version('v0.1.0')
16+
.version('v0.2.0')
1717
.option(
1818
'-a, --affected [base:string]',
1919
'Run command only for affected packages',

0 commit comments

Comments
 (0)