mirror of
https://github.com/nix-community/home-manager
synced 2024-11-10 07:04:17 +00:00
home-manager: mark 24.05 as release
This commit is contained in:
parent
a631666f5e
commit
845a5c4c07
3 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Home Manager Manual {#home-manager-manual}
|
||||
|
||||
## Version 24.05 (unstable)
|
||||
## Version 24.05
|
||||
|
||||
|
||||
```{=include=} preface
|
||||
|
|
|
@ -1044,7 +1044,7 @@ while [[ $# -gt 0 ]]; do
|
|||
export VERBOSE=1
|
||||
;;
|
||||
--version)
|
||||
echo 24.05-pre
|
||||
echo 24.05
|
||||
exit 0
|
||||
;;
|
||||
*)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"release": "24.05",
|
||||
"isReleaseBranch": false
|
||||
"isReleaseBranch": true
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue