From 97098fd4a322f3ad02450671798abf0ee82ff866 Mon Sep 17 00:00:00 2001 From: Ken Matsui <26405363+ken-matsui@users.noreply.github.com> Date: Sun, 5 Jan 2025 20:13:17 -0500 Subject: [PATCH] release: bump to 0.11.1 --- cabin.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cabin.toml b/cabin.toml index a255f5773..ef479d226 100644 --- a/cabin.toml +++ b/cabin.toml @@ -8,7 +8,7 @@ license = "Apache-2.0" name = "cabin" readme = "README.md" repository = "https://github.com/cabinpkg/cabin" -version = "0.11.0" +version = "0.11.1" [dependencies] toml11 = {git = "https://github.com/ToruNiina/toml11.git", tag = "v4.2.0"}