From 143776b46a32e65923f52b510e2119aebf6b70d2 Mon Sep 17 00:00:00 2001 From: mcmah309 Date: Sat, 14 Dec 2024 05:44:53 +0000 Subject: [PATCH] chore: Bump --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cc76857..b77f458 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.3.0" +version = "0.3.1" edition = "2021" repository = "https://github.com/mcmah309/containeryard" rust-version = "1.80"