From be15ba1514758d1ecb2cd350ab7b13ada0ea685f Mon Sep 17 00:00:00 2001 From: mcmah309 Date: Sun, 28 Jul 2024 23:07:22 +0000 Subject: [PATCH] chore: Bump --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1542799..b1eb50b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "containeryard" description = "Container Yard is a declarative, reproducible, and reusable decentralized approach for defining containers. Think Nix flakes meets Containerfiles (aka Dockerfiles)." authors = ["Henry McMahon"] license = "Apache-2.0" -version = "0.2.2" +version = "0.2.3" edition = "2021" repository = "https://github.com/mcmah309/containeryard" rust-version = "1.80"