Skip to content

Commit a3fa866

Browse files
authored
Merge pull request #3049 from Kilo-Org/cli-version
CLI: Report proper version when using `kilo --version`
2 parents 60abe25 + 96423e4 commit a3fa866

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.changeset/red-animals-drum.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@kilocode/cli": patch
3+
---
4+
5+
Fixed the --version flag

cli/src/constants/package.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1+
import { version } from "../../package.json"
2+
13
export const Package = {
24
name: "@kilocode/cli",
3-
version: "1.0.0",
5+
version,
46
}

0 commit comments

Comments
 (0)