Commit 8399a7d
committed
chore(cli): source CLI version from Cargo instead of a hardcoded string
main.rs hardcoded `#[command(version = "2.1.0")]`, four minor versions
behind Cargo.toml (2.5.5). Switch to `#[command(version)]` so the version
is read from CARGO_PKG_VERSION and cannot drift again.
https://claude.ai/code/session_01K2TJLeQSyz4tpydZ18aRcb1 parent f2143c5 commit 8399a7d
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
| 96 | + | |
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| |||
0 commit comments