The binary provided by Debian gives
$ chezmoi --version
chezmoi version dev
The upstream-provided binary gives
$ ./chezmoi-linux-amd64 --version
chezmoi version v2.72.1, commit f901167e4685db90da56d6a2a19df642cb3e0247, built
at 2026-08-30T13:33:37Z, built by goreleaser
Note that in the Debian package, the .chezmoi.vaerion variable is empty
$ chezmoi data | jq .chezmoi.version
{
"builtBy": "",
"commit": "",
"date": "",
"version": ""
}