馃悰 Bug Report
Describe the bug
The application displays an incorrect version number in the UI. It shows version 1.0.5 instead of the latest version.
Steps to Reproduce
Reproduction steps:
- Open Carpe wallet
- Navigate to the settings or about section (wherever version information is displayed)
- Observe the version number displayed in the UI
Screenshots or Console Output
If applicable, add screenshots showing the incorrect version display:

Expected Behavior
The application should display the correct, latest version number (e.g., 1.0.7 or whatever the current version is).
System Information
Please provide the following information:
- Carpe Version: 1.0.5 (displayed incorrectly)
- Operating System: macOS (also affects Windows and Linux)
- Additional details: The issue appears to be with the hardcoded version number in the codebase, not with any particular OS or environment.
Additional Context
- This is likely a packaging/build issue where the version number wasn't updated properly during the last release
- The correct version number needs to be updated in the package.json and/or Cargo.toml files
- The issue affects all platforms and all
馃悰 Bug Report
Describe the bug
The application displays an incorrect version number in the UI. It shows version 1.0.5 instead of the latest version.
Steps to Reproduce
Reproduction steps:
Screenshots or Console Output
If applicable, add screenshots showing the incorrect version display:
Expected Behavior
The application should display the correct, latest version number (e.g., 1.0.7 or whatever the current version is).
System Information
Please provide the following information:
Additional Context