diff options
author | Tristan Ross | 2024-11-14 09:09:41 -0800 |
---|---|---|
committer | Tristan Ross | 2024-11-14 09:09:41 -0800 |
commit | c46290747b2aaf090f48a478270feb858837bf11 (patch) | |
tree | e1c3e71b2233c7fcc6e146a0db12660bc9ad3bc8 /lib | |
parent | f49e820fbc9450736bb6ba982a2ff0a8d014ad1e (diff) |
25.05 is Warbler 25.05-pre
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. |