From 7cecd869dc1bbdb6ebec0f8dacfd043d6c9e8d47 Mon Sep 17 00:00:00 2001 From: Neha Oudin Date: Fri, 13 Dec 2024 16:44:01 +0100 Subject: [PATCH] chore: Bump libpatch --- lib/charms/operator_libs_linux/v2/snap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/charms/operator_libs_linux/v2/snap.py b/lib/charms/operator_libs_linux/v2/snap.py index 1772c25..d14f864 100644 --- a/lib/charms/operator_libs_linux/v2/snap.py +++ b/lib/charms/operator_libs_linux/v2/snap.py @@ -84,7 +84,7 @@ # Increment this PATCH version before using `charmcraft publish-lib` or reset # to 0 if you are raising the major API version -LIBPATCH = 8 +LIBPATCH = 9 # Regex to locate 7-bit C1 ANSI sequences