1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2024-09-21 13:57:31 +02:00

home-manager: update --version to 24.05

This commit is contained in:
Robert Helgesson 2024-01-06 00:16:14 +01:00 committed by Mikilio
parent 5e74032406
commit 08fc945b1e
No known key found for this signature in database
GPG key ID: 5B2F1A890CF33F3F

View file

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