Skip to content

Commit b7d15ed

Browse files
committedFeb 27, 2017
bump version to 17.10
This will be the Hummingbird release
1 parent 8def08a commit b7d15ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

Diff for: ‎.version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
17.03
1+
17.10

Diff for: ‎nixos/modules/misc/version.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ in
9595
nixosVersionSuffix = mkIf (pathIsDirectory gitRepo) (mkDefault (".git." + gitCommitId));
9696

9797
# Note: code names must only increase in alphabetical order.
98-
nixosCodeName = "Gorilla";
98+
nixosCodeName = "Hummingbird";
9999
};
100100

101101
# Generate /etc/os-release. See

0 commit comments

Comments
 (0)
Please sign in to comment.