From d917a0a0f6a9ac3ba01abfec5f2e8bdbaa80106c Mon Sep 17 00:00:00 2001 From: Robert Gildein Date: Tue, 1 Aug 2023 17:54:02 +0200 Subject: [PATCH] Increate patch version 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"