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 = [