From b0fca48a19b742c512f6101e2748578603efc00d Mon Sep 17 00:00:00 2001 From: Tsiry Sandratraina Date: Sat, 17 Feb 2024 17:24:15 +0000 Subject: [PATCH] bump version code --- crates/cli/Cargo.toml | 2 +- flake.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index a9e3f5b..818a672 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.2" +version = "0.2.3" # 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 5bc6010..b0c6365 100644 --- a/flake.nix +++ b/flake.nix @@ -40,7 +40,7 @@ inherit src; pname = "envhub"; - version = "0.2.2"; + version = "0.2.3"; cargoExtraArgs = "--package=envhub"; buildInputs = [