home-manager: make `--version` report 23.05-pre

It is a bit misleading to report 22.11 when running from the master
branch.
This commit is contained in:
Robert Helgesson 2023-02-26 16:54:30 +01:00
parent d68cd7f7df
commit fc3432bac2
No known key found for this signature in database
GPG Key ID: 36BDAA14C2797E89
1 changed files with 1 additions and 1 deletions

View File

@ -677,7 +677,7 @@ while [[ $# -gt 0 ]]; do
export VERBOSE=1
;;
--version)
echo 22.11
echo 23.05-pre
exit 0
;;
*)