Skip to content

Commit 55fc48f

Browse files
authored
Merge pull request #546 from nix-community/release-1.11.0
Release 1.11.0
2 parents d40a083 + 877d65d commit 55fc48f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ let
3333
in
3434
stdenv.mkDerivation {
3535
pname = "nixos-anywhere";
36-
version = "1.10.0";
36+
version = "1.11.0";
3737
src = ./..;
3838
nativeBuildInputs = [ makeWrapper ];
3939
installPhase = ''

0 commit comments

Comments
 (0)