From af0b114697f523f94eb2284b5d0658f4c1e4c3c2 Mon Sep 17 00:00:00 2001 From: synoet Date: Tue, 29 Aug 2023 20:15:38 -0400 Subject: [PATCH] 0.3.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c3ae49a..776fc29 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "cdwe" description = "cd with env vars" -version = "0.2.4" +version = "0.3.0" edition = "2021" authors = ["synoet"] include = ["src/**/*.rs", "shells/*"]