From e9f52f57434f92cded9204cdf79160e5220570ad Mon Sep 17 00:00:00 2001 From: Mitch Burton Date: Thu, 14 Dec 2023 16:05:26 -0800 Subject: [PATCH] bump LIBPATCH --- lib/charms/operator_libs_linux/v0/apt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/charms/operator_libs_linux/v0/apt.py b/lib/charms/operator_libs_linux/v0/apt.py index 2a2205af..10538820 100644 --- a/lib/charms/operator_libs_linux/v0/apt.py +++ b/lib/charms/operator_libs_linux/v0/apt.py @@ -122,7 +122,7 @@ # Increment this PATCH version before using `charmcraft publish-lib` or reset # to 0 if you are raising the major API version -LIBPATCH = 12 +LIBPATCH = 13 VALID_SOURCE_TYPES = ("deb", "deb-src")