diff --git a/package.json b/package.json index 09eec39..5b7fe9b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "git-env-manager", - "version": "1.2.9", + "version": "1.2.10", "description": "Multi-git-profile manager with SSH key integration", "type": "module", "bin": { diff --git a/src/index.ts b/src/index.ts index 9365928..0f0b468 100644 --- a/src/index.ts +++ b/src/index.ts @@ -23,7 +23,7 @@ try { // Keep default locale if config is unreadable } -const VERSION = '1.2.9'; +const VERSION = '1.2.10'; const program = new Command();