home-manager: mark 24.05 as release

This commit is contained in:
Robert Helgesson 2024-06-04 20:53:02 +02:00
parent a631666f5e
commit 845a5c4c07
No known key found for this signature in database
GPG key ID: 96E745BD17AA17ED
3 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
# Home Manager Manual {#home-manager-manual}
## Version 24.05 (unstable)
## Version 24.05
```{=include=} preface

View file

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

View file

@ -1,4 +1,4 @@
{
"release": "24.05",
"isReleaseBranch": false
"isReleaseBranch": true
}