about summary refs log tree commit diff
path: root/nixos/README.md
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-05-31 20:17:44 +0200
committerWeijia Wang <9713184+wegank@users.noreply.github.com>2024-05-31 20:17:44 +0200
commitd95b1060ca298c62f56de90d0bf755c4c6b48e0a (patch)
tree06684b62bf47cc6053e97400d7ff083a202a677e /nixos/README.md
parenteda06d1214c818fc6e50bb85ecba896c69807c7c (diff)
Release NixOS 24.05
Diffstat (limited to 'nixos/README.md')
-rw-r--r--nixos/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/README.md b/nixos/README.md
index 07e82bf0ad938..5f751e10e20a0 100644
--- a/nixos/README.md
+++ b/nixos/README.md
@@ -48,7 +48,7 @@ Reviewing process:
   - Description, default and example should be provided.
 - Ensure that option changes are backward compatible.
   - `mkRenamedOptionModuleWith` provides a way to make renamed option backward compatible.
-  - Use `lib.versionAtLeast config.system.stateVersion "23.11"` on backward incompatible changes which may corrupt, change or update the state stored on existing setups.
+  - Use `lib.versionAtLeast config.system.stateVersion "24.05"` on backward incompatible changes which may corrupt, change or update the state stored on existing setups.
 - Ensure that removed options are declared with `mkRemovedOptionModule`.
 - Ensure that changes that are not backward compatible are mentioned in release notes.
 - Ensure that documentations affected by the change is updated.