From 39a080b7c4c01c7575dcc8e2ee54ab566aa82aa9 Mon Sep 17 00:00:00 2001 From: Ana Hobden Date: Wed, 25 Jan 2023 09:46:37 -0800 Subject: [PATCH] v0.1.0-unreleased (#210) --- Cargo.lock | 2 +- Cargo.toml | 2 +- flake.nix | 2 +- tests/fixtures/darwin/darwin-multi.json | 2 +- tests/fixtures/linux/linux-multi.json | 2 +- tests/fixtures/linux/steam-deck.json | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9a69783..1a254a7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -887,7 +887,7 @@ dependencies = [ [[package]] name = "nix-installer" -version = "0.1.0" +version = "0.1.0-unreleased" dependencies = [ "async-trait", "atty", diff --git a/Cargo.toml b/Cargo.toml index 936261b..96a7fb6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "nix-installer" description = "A `nix` installer" -version = "0.1.0" +version = "0.1.0-unreleased" edition = "2021" resolver = "2" license = "LGPL-2.1" diff --git a/flake.nix b/flake.nix index 5f3fd67..4942b8e 100644 --- a/flake.nix +++ b/flake.nix @@ -63,7 +63,7 @@ }; sharedAttrs = { pname = "nix-installer"; - version = "0.0.2"; + version = "0.1.0-unreleased"; src = builtins.path { name = "nix-installer-source"; path = self; diff --git a/tests/fixtures/darwin/darwin-multi.json b/tests/fixtures/darwin/darwin-multi.json index fadd194..1502bc2 100644 --- a/tests/fixtures/darwin/darwin-multi.json +++ b/tests/fixtures/darwin/darwin-multi.json @@ -1,5 +1,5 @@ { - "version": "0.1.0", + "version": "0.1.0-unreleased", "actions": [ { "action": { diff --git a/tests/fixtures/linux/linux-multi.json b/tests/fixtures/linux/linux-multi.json index 40ded2b..6042d0f 100644 --- a/tests/fixtures/linux/linux-multi.json +++ b/tests/fixtures/linux/linux-multi.json @@ -1,5 +1,5 @@ { - "version": "0.1.0", + "version": "0.1.0-unreleased", "actions": [ { "action": { diff --git a/tests/fixtures/linux/steam-deck.json b/tests/fixtures/linux/steam-deck.json index f7036a9..e86ad0e 100644 --- a/tests/fixtures/linux/steam-deck.json +++ b/tests/fixtures/linux/steam-deck.json @@ -1,5 +1,5 @@ { - "version": "0.1.0", + "version": "0.1.0-unreleased", "actions": [ { "action": {