Skip to content

Commit c1cc462

Browse files
committed
0.2.3
1 parent af047bf commit c1cc462

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kit-cli",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"description": "Effect-powered CLI wrapper around the Kit API v4",
55
"bin": {
66
"kit": "src/index.ts",

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ import {
6969
} from "./lib/site-commands";
7070

7171
const CLI_NAME = "kit";
72-
const CLI_VERSION = "0.2.2";
72+
const CLI_VERSION = "0.2.3";
7373

7474
type CommandTarget = {
7575
operation: GeneratedOperation;

0 commit comments

Comments
 (0)