From fcf241d97ccdedf8ea45ed7c866f7e095939bce9 Mon Sep 17 00:00:00 2001 From: Jarrett Tierney Date: Fri, 12 Jul 2024 12:28:59 -0700 Subject: [PATCH] bump twoliter to 0.4.2 --- Makefile.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.toml b/Makefile.toml index 0e6c16fd62b..04ec18761f5 100644 --- a/Makefile.toml +++ b/Makefile.toml @@ -8,7 +8,7 @@ BUILDSYS_ROOT_DIR = "${CARGO_MAKE_WORKING_DIRECTORY}" # For binary installation, this should be a released version (prefixed with a v, # for example v0.1.0). For the git sourcecode installation method, this can be # any git rev, e.g. a tag, sha, or branch name. -TWOLITER_VERSION = "v0.4.1" +TWOLITER_VERSION = "v0.4.2" # For binary installation, this is the GitHub repository that has binary release artifacts attached # to it, for example /~https://github.com/bottlerocket-os/twoliter. For git sourcecode installation,