From 69c87eb110c7bfebc3181d4e57a3ef6f1a25c864 Mon Sep 17 00:00:00 2001 From: Matthew James Briggs Date: Tue, 3 Oct 2023 13:14:13 -0700 Subject: [PATCH] rc1 --- twoliter/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/twoliter/Cargo.toml b/twoliter/Cargo.toml index ff1e85cd3..2026ce77e 100644 --- a/twoliter/Cargo.toml +++ b/twoliter/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "twoliter" -version = "0.0.4" +version = "0.0.4-rc1" edition = "2021" description = "A command line tool for creating custom builds of Bottlerocket" authors = ["Matthew James Briggs "]