From c2208c5f14b2367341187d9ff1f7c8f5659ec909 Mon Sep 17 00:00:00 2001 From: Matthew James Briggs Date: Tue, 30 Jan 2024 13:22:29 -0800 Subject: [PATCH] build: update twoliter to v0.0.6 --- Makefile.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.toml b/Makefile.toml index b4dade6f8ac..33a0e59a5a1 100644 --- a/Makefile.toml +++ b/Makefile.toml @@ -7,7 +7,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.0.5" +TWOLITER_VERSION = "v0.0.6" # 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,