diff --git a/package.json b/package.json index a8ed913..65346b1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codi", - "version": "0.16.0", + "version": "0.17.0", "description": "Your AI coding wingman - a hybrid assistant supporting Claude, OpenAI, and local models", "author": "Layne Penney", "license": "AGPL-3.0-or-later", diff --git a/src/version.ts b/src/version.ts index ededa7d..7609ca1 100644 --- a/src/version.ts +++ b/src/version.ts @@ -10,4 +10,4 @@ * - MINOR: New features, significant refactoring, non-breaking changes * - PATCH: Bug fixes, minor improvements */ -export const VERSION = '0.16.0'; +export const VERSION = '0.17.0';