From b784e2ba88bdb327bcb72fde343e4da2104066bb Mon Sep 17 00:00:00 2001 From: Mia Altieri Date: Thu, 30 Nov 2023 20:44:34 +0000 Subject: [PATCH] bump lib patch --- lib/charms/mongodb/v0/config_server_interface.py | 2 +- lib/charms/mongodb/v1/helpers.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/charms/mongodb/v0/config_server_interface.py b/lib/charms/mongodb/v0/config_server_interface.py index 58908bada..565df4819 100644 --- a/lib/charms/mongodb/v0/config_server_interface.py +++ b/lib/charms/mongodb/v0/config_server_interface.py @@ -32,7 +32,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 class ClusterProvider(Object): diff --git a/lib/charms/mongodb/v1/helpers.py b/lib/charms/mongodb/v1/helpers.py index 96fe00970..ea2dd7363 100644 --- a/lib/charms/mongodb/v1/helpers.py +++ b/lib/charms/mongodb/v1/helpers.py @@ -29,7 +29,7 @@ # Increment this PATCH version before using `charmcraft publish-lib` or reset # to 0 if you are raising the major API version -LIBPATCH = 0 +LIBPATCH = 1 # path to store mongodb ketFile KEY_FILE = "keyFile"