diff --git a/Cargo.lock b/Cargo.lock index d0fe565..456bfe6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -953,7 +953,7 @@ dependencies = [ [[package]] name = "nix-installer" -version = "0.9.1" +version = "0.9.2-unreleased" dependencies = [ "async-trait", "atty", diff --git a/Cargo.toml b/Cargo.toml index 3e522c2..e14d9b1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "nix-installer" description = "The Determinate Nix Installer" -version = "0.9.1" +version = "0.9.2-unreleased" edition = "2021" resolver = "2" license = "LGPL-2.1" diff --git a/flake.nix b/flake.nix index e1d4719..9f55e68 100644 --- a/flake.nix +++ b/flake.nix @@ -66,7 +66,7 @@ }; sharedAttrs = { pname = "nix-installer"; - version = "0.9.1"; + version = "0.9.2-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 5988529..09bcc9f 100644 --- a/tests/fixtures/linux/linux.json +++ b/tests/fixtures/linux/linux.json @@ -1,5 +1,5 @@ { - "version": "0.9.1", + "version": "0.9.2-unreleased", "actions": [ { "action": { @@ -356,7 +356,7 @@ } }, "diagnostic_data": { - "version": "0.9.1", + "version": "0.9.2-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 e86c4d2..700637b 100644 --- a/tests/fixtures/linux/steam-deck.json +++ b/tests/fixtures/linux/steam-deck.json @@ -1,5 +1,5 @@ { - "version": "0.9.1", + "version": "0.9.2-unreleased", "actions": [ { "action": { @@ -382,7 +382,7 @@ } }, "diagnostic_data": { - "version": "0.9.1", + "version": "0.9.2-unreleased", "planner": "steam-deck", "configured_settings": [], "os_name": "Ubuntu", diff --git a/tests/fixtures/macos/macos.json b/tests/fixtures/macos/macos.json index 04176ee..7166f30 100644 --- a/tests/fixtures/macos/macos.json +++ b/tests/fixtures/macos/macos.json @@ -1,5 +1,5 @@ { - "version": "0.9.1", + "version": "0.9.2-unreleased", "actions": [ { "action": { @@ -392,7 +392,7 @@ "root_disk": "disk3" }, "diagnostic_data": { - "version": "0.9.1", + "version": "0.9.2-unreleased", "planner": "macos", "configured_settings": [], "os_name": "unknown",