We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 986b8cc commit 7398a7dCopy full SHA for 7398a7d
1 file changed
src/cli.ts
@@ -28,7 +28,7 @@ import { goCommand } from './commands/go.js';
28
import { aiCommand } from './commands/ai.js';
29
import { conductorCommand } from './commands/conductor.js';
30
31
-const VERSION = '6.0.8';
+const VERSION = '6.0.9';
32
33
const program = new Command();
34
0 commit comments