From 9c109b71d13081025e7b2440713050fdcccc392a Mon Sep 17 00:00:00 2001 From: Cole Helbling Date: Fri, 23 Feb 2024 14:12:58 -0800 Subject: [PATCH] Bump version to 0.17.1-unreleased (#861) --- Cargo.lock | 2 +- Cargo.toml | 2 +- flake.nix | 2 +- tests/fixtures/linux/linux.json | 4 ++-- tests/fixtures/linux/steam-deck.json | 4 ++-- tests/fixtures/macos/macos.json | 4 ++-- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2b6201e..e30f135 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -943,7 +943,7 @@ dependencies = [ [[package]] name = "nix-installer" -version = "0.17.0" +version = "0.17.1-unreleased" dependencies = [ "async-trait", "bytes 1.5.0", diff --git a/Cargo.toml b/Cargo.toml index ae45cdb..5da0697 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "nix-installer" description = "The Determinate Nix Installer" -version = "0.17.0" +version = "0.17.1-unreleased" edition = "2021" resolver = "2" license = "LGPL-2.1" diff --git a/flake.nix b/flake.nix index e8b80a1..257c0ea 100644 --- a/flake.nix +++ b/flake.nix @@ -66,7 +66,7 @@ }; sharedAttrs = { pname = "nix-installer"; - version = "0.17.0"; + version = "0.17.1-unreleased"; src = builtins.path { name = "nix-installer-source"; path = self; diff --git a/tests/fixtures/linux/linux.json b/tests/fixtures/linux/linux.json index 024c4b4..03cbccb 100644 --- a/tests/fixtures/linux/linux.json +++ b/tests/fixtures/linux/linux.json @@ -1,5 +1,5 @@ { - "version": "0.17.0", + "version": "0.17.1-unreleased", "actions": [ { "action": { @@ -424,7 +424,7 @@ } }, "diagnostic_data": { - "version": "0.17.0", + "version": "0.17.1-unreleased", "planner": "linux", "configured_settings": [], "os_name": "Ubuntu", diff --git a/tests/fixtures/linux/steam-deck.json b/tests/fixtures/linux/steam-deck.json index 436f4e6..28e8c99 100644 --- a/tests/fixtures/linux/steam-deck.json +++ b/tests/fixtures/linux/steam-deck.json @@ -1,5 +1,5 @@ { - "version": "0.17.0", + "version": "0.17.1-unreleased", "actions": [ { "action": { @@ -404,7 +404,7 @@ } }, "diagnostic_data": { - "version": "0.17.0", + "version": "0.17.1-unreleased", "planner": "steam-deck", "configured_settings": [], "os_name": "Ubuntu", diff --git a/tests/fixtures/macos/macos.json b/tests/fixtures/macos/macos.json index a1c6c85..99206d3 100644 --- a/tests/fixtures/macos/macos.json +++ b/tests/fixtures/macos/macos.json @@ -1,5 +1,5 @@ { - "version": "0.17.0", + "version": "0.17.1-unreleased", "actions": [ { "action": { @@ -435,7 +435,7 @@ "root_disk": "disk3" }, "diagnostic_data": { - "version": "0.17.0", + "version": "0.17.1-unreleased", "planner": "macos", "configured_settings": [], "os_name": "unknown",