mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-22 10:19:39 +01:00
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:
parent
d68cd7f7df
commit
fc3432bac2
1 changed files with 1 additions and 1 deletions
|
|
@ -677,7 +677,7 @@ while [[ $# -gt 0 ]]; do
|
||||||
export VERBOSE=1
|
export VERBOSE=1
|
||||||
;;
|
;;
|
||||||
--version)
|
--version)
|
||||||
echo 22.11
|
echo 23.05-pre
|
||||||
exit 0
|
exit 0
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue