From 852db7e9e39ab99db0ec25b41c4e9aff615eed52 Mon Sep 17 00:00:00 2001 From: Angelos Kolaitis Date: Fri, 15 Sep 2023 00:51:48 +0300 Subject: [PATCH] Bump LIBPATCH to 3 --- 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 be5810b..38c88cf 100644 --- a/lib/charms/operator_libs_linux/v2/snap.py +++ b/lib/charms/operator_libs_linux/v2/snap.py @@ -83,7 +83,7 @@ # Increment this PATCH version before using `charmcraft publish-lib` or reset # to 0 if you are raising the major API version -LIBPATCH = 2 +LIBPATCH = 3 # Regex to locate 7-bit C1 ANSI sequences