From c3d74ac16841e11d64ac05f38f1251442177c5c7 Mon Sep 17 00:00:00 2001 From: Nikos Date: Tue, 4 Apr 2023 12:06:00 +0300 Subject: [PATCH] Update library version --- lib/charms/hydra/v0/hydra_endpoints.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/charms/hydra/v0/hydra_endpoints.py b/lib/charms/hydra/v0/hydra_endpoints.py index 833160db..edb9479e 100644 --- a/lib/charms/hydra/v0/hydra_endpoints.py +++ b/lib/charms/hydra/v0/hydra_endpoints.py @@ -53,7 +53,7 @@ def some_event_function(): # 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 RELATION_NAME = "endpoint-info" INTERFACE_NAME = "hydra_endpoints"