From 24f2fc5bb38d901e4838826af4b4a07152628c34 Mon Sep 17 00:00:00 2001 From: Robert Gildein Date: Tue, 1 Aug 2023 21:59:05 +0200 Subject: [PATCH] Increate patch version (#102) Fix patch version, so the it's possible to fetch new version. --- lib/charms/operator_libs_linux/v0/grub.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/charms/operator_libs_linux/v0/grub.py b/lib/charms/operator_libs_linux/v0/grub.py index eff7eba..ce44050 100644 --- a/lib/charms/operator_libs_linux/v0/grub.py +++ b/lib/charms/operator_libs_linux/v0/grub.py @@ -70,7 +70,7 @@ def _on_remove(self, _): # 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 GRUB_DIRECTORY = Path("/etc/default/grub.d/") CHARM_CONFIG_PREFIX = "90-juju"