Skip to content

Commit

Permalink
Mark release (#885)
Browse files Browse the repository at this point in the history
  • Loading branch information
edolstra committed Mar 7, 2024
1 parent 79e3aa2 commit 41dc9fe
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "nix-installer"
description = "The Determinate Nix Installer"
version = "0.17.1-unreleased"
version = "0.17.1"
edition = "2021"
resolver = "2"
license = "LGPL-2.1"
Expand Down
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
};
sharedAttrs = {
pname = "nix-installer";
version = "0.17.1-unreleased";
version = "0.17.1";
src = builtins.path {
name = "nix-installer-source";
path = self;
Expand Down
6 changes: 3 additions & 3 deletions tests/fixtures/linux/linux.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.17.1-unreleased",
"version": "0.17.1",
"actions": [
{
"action": {
Expand Down Expand Up @@ -424,7 +424,7 @@
}
},
"diagnostic_data": {
"version": "0.17.1-unreleased",
"version": "0.17.1",
"planner": "linux",
"configured_settings": [],
"os_name": "Ubuntu",
Expand All @@ -435,4 +435,4 @@
"ssl_cert_file": null,
"failure_chain": null
}
}
}
6 changes: 3 additions & 3 deletions tests/fixtures/linux/steam-deck.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.17.1-unreleased",
"version": "0.17.1",
"actions": [
{
"action": {
Expand Down Expand Up @@ -404,7 +404,7 @@
}
},
"diagnostic_data": {
"version": "0.17.1-unreleased",
"version": "0.17.1",
"planner": "steam-deck",
"configured_settings": [],
"os_name": "Ubuntu",
Expand All @@ -415,4 +415,4 @@
"ssl_cert_file": null,
"failure_chain": null
}
}
}
6 changes: 3 additions & 3 deletions tests/fixtures/macos/macos.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.17.1-unreleased",
"version": "0.17.1",
"actions": [
{
"action": {
Expand Down Expand Up @@ -435,7 +435,7 @@
"root_disk": "disk3"
},
"diagnostic_data": {
"version": "0.17.1-unreleased",
"version": "0.17.1",
"planner": "macos",
"configured_settings": [],
"os_name": "unknown",
Expand All @@ -446,4 +446,4 @@
"ssl_cert_file": null,
"failure_chain": null
}
}
}

0 comments on commit 41dc9fe

Please sign in to comment.