From d5bf9b6a191623c1635f51547aa4688217e03731 Mon Sep 17 00:00:00 2001 From: Tsiry Sandratraina Date: Tue, 20 Feb 2024 11:54:12 +0000 Subject: [PATCH] bump version code --- README.md | 2 +- crates/cli/Cargo.toml | 2 +- flake.nix | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1aa4df4..9415f61 100644 --- a/README.md +++ b/README.md @@ -106,6 +106,6 @@ You can use EnvHub as a [GitHub Action](https://github.com/tsirysndr/setup-envhu ```yaml - uses: tsirysndr/setup-envhub@v1 with: - version: 'v0.2.8' + version: 'v0.2.9' - run: envhub --help ``` diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 205d4ff..e30148f 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT" name = "envhub" readme = "../../README.md" repository = "https://github.com/tsirysndr/envhub" -version = "0.2.8" +version = "0.2.9" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/flake.nix b/flake.nix index 0945208..37cdc88 100644 --- a/flake.nix +++ b/flake.nix @@ -40,7 +40,7 @@ inherit src; pname = "envhub"; - version = "0.2.8"; + version = "0.2.9"; cargoExtraArgs = "--package=envhub"; buildInputs = [