We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17f7c17 commit 1cf4f5eCopy full SHA for 1cf4f5e
1 file changed
src/cli.ts
@@ -12,7 +12,7 @@ const program = new Command();
12
program
13
.name("codex-skillforge")
14
.description("Creator tooling for OpenAI Codex skills and plugins.")
15
- .version("0.1.1")
+ .version("0.1.2")
16
.exitOverride();
17
18
0 commit comments