diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/.version | 2 | ||||
-rw-r--r-- | lib/trivial.nix | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/.version b/lib/.version index cd158b7c510b..5d540763cfb4 100644 --- a/lib/.version +++ b/lib/.version @@ -1 +1 @@ -24.11 \ No newline at end of file +25.05 \ No newline at end of file diff --git a/lib/trivial.nix b/lib/trivial.nix index 205224126094..04fb9ffd4618 100644 --- a/lib/trivial.nix +++ b/lib/trivial.nix @@ -415,7 +415,7 @@ in { On each release the first letter is bumped and a new animal is chosen starting with that new letter. */ - codeName = "Vicuna"; + codeName = "Warbler"; /** Returns the current nixpkgs version suffix as string. |