v2.7.5 - Version Display Fix
🔧 Bug Fix
- Fixed version display: Init banner was showing
v2.0instead of actual version - Centralized version management: All version references now read from
package.json - Added
src/utils/version.tsas single source of truth for version info
Changes
src/utils/version.ts- New utility for centralized version managementsrc/commands/init.ts- Now uses VERSION from utilitysrc/index.ts- Now uses VERSION from utility
Install/Update
npm install -g codesyncer@latest