Skip to content

Commit 7398a7d

Browse files
committed
fix: update hardcoded VERSION to 6.0.9
1 parent 986b8cc commit 7398a7d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import { goCommand } from './commands/go.js';
2828
import { aiCommand } from './commands/ai.js';
2929
import { conductorCommand } from './commands/conductor.js';
3030

31-
const VERSION = '6.0.8';
31+
const VERSION = '6.0.9';
3232

3333
const program = new Command();
3434

0 commit comments

Comments
 (0)