summary refs log tree commit diff
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2021-05-22 18:02:29 -0700
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-05-22 18:14:06 -0700
commitff1ded3e2047268a55d3443459cda01cf9242e45 (patch)
treeaffa9c60cb443502290b02a4e9a400da7630c144
parent900115a4f7fdd9189e7803ca781a65be663f2c89 (diff)
21.11 is Porcupine!
-rw-r--r--.version2
-rw-r--r--lib/trivial.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/.version b/.version
index b9b543d4254d8..835ab5d1893f6 100644
--- a/.version
+++ b/.version
@@ -1 +1 @@
-21.05
+21.11
\ No newline at end of file
diff --git a/lib/trivial.nix b/lib/trivial.nix
index f6f5da5998ffb..e1581f1e91d6b 100644
--- a/lib/trivial.nix
+++ b/lib/trivial.nix
@@ -171,7 +171,7 @@ rec {
      On each release the first letter is bumped and a new animal is chosen
      starting with that new letter.
   */
-  codeName = "Okapi";
+  codeName = "Porcupine";
 
   /* Returns the current nixpkgs version suffix as string. */
   versionSuffix =