From b3a371bed17fca598e4d3bb29aaa0f219fe4abbe Mon Sep 17 00:00:00 2001 From: Ana Hobden Date: Wed, 28 Jun 2023 07:55:00 -0700 Subject: [PATCH] v0.10.1-unreleased (#536) --- 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 87cd5a5..3e12974 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -955,7 +955,7 @@ dependencies = [ [[package]] name = "nix-installer" -version = "0.10.0" +version = "0.10.1-unreleased" dependencies = [ "async-trait", "atty", diff --git a/Cargo.toml b/Cargo.toml index 9d4268b..9355b1c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "nix-installer" description = "The Determinate Nix Installer" -version = "0.10.0" +version = "0.10.1-unreleased" edition = "2021" resolver = "2" license = "LGPL-2.1" diff --git a/flake.nix b/flake.nix index 22c15a6..6f949fd 100644 --- a/flake.nix +++ b/flake.nix @@ -66,7 +66,7 @@ }; sharedAttrs = { pname = "nix-installer"; - version = "0.10.0"; + version = "0.10.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 a99c03e..d1a8ceb 100644 --- a/tests/fixtures/linux/linux.json +++ b/tests/fixtures/linux/linux.json @@ -1,5 +1,5 @@ { - "version": "0.10.0", + "version": "0.10.1-unreleased", "actions": [ { "action": { @@ -359,7 +359,7 @@ } }, "diagnostic_data": { - "version": "0.10.0", + "version": "0.10.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 244924d..a2456ac 100644 --- a/tests/fixtures/linux/steam-deck.json +++ b/tests/fixtures/linux/steam-deck.json @@ -1,5 +1,5 @@ { - "version": "0.10.0", + "version": "0.10.1-unreleased", "actions": [ { "action": { @@ -385,7 +385,7 @@ } }, "diagnostic_data": { - "version": "0.10.0", + "version": "0.10.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 f335254..ec47710 100644 --- a/tests/fixtures/macos/macos.json +++ b/tests/fixtures/macos/macos.json @@ -1,5 +1,5 @@ { - "version": "0.10.0", + "version": "0.10.1-unreleased", "actions": [ { "action": { @@ -415,7 +415,7 @@ "root_disk": "disk3" }, "diagnostic_data": { - "version": "0.10.0", + "version": "0.10.1-unreleased", "planner": "macos", "configured_settings": [], "os_name": "unknown",