Skip to content

Commit c0dd101

Browse files
2.18.0
1 parent da4d11b commit c0dd101

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codeep",
3-
"version": "2.17.0",
3+
"version": "2.18.0",
44
"description": "AI-powered coding assistant built for the terminal. Multiple LLM providers, project-aware context, and a seamless development workflow.",
55
"type": "module",
66
"main": "dist/index.js",

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
// AUTO-GENERATED by scripts/gen-version.js — do not edit by hand.
22
// Baked from package.json at build time so the bun-compiled binary reports
33
// the right version (it has no package.json on disk to read at runtime).
4-
export const VERSION = '2.17.0';
4+
export const VERSION = '2.18.0';

0 commit comments

Comments
 (0)