From 921bb585fb3afcf0bcf6589218e9b898071d0a30 Mon Sep 17 00:00:00 2001 From: Chi Wai Chan Date: Wed, 23 Aug 2023 15:55:47 +0800 Subject: [PATCH] Increase patch version for snap --- 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 7b0307a..8377edf 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 = 1 +LIBPATCH = 2 # Regex to locate 7-bit C1 ANSI sequences