diff --git a/lib/charms/kratos/v0/kratos_endpoints.py b/lib/charms/kratos/v0/kratos_endpoints.py index c04e877a..140fd597 100644 --- a/lib/charms/kratos/v0/kratos_endpoints.py +++ b/lib/charms/kratos/v0/kratos_endpoints.py @@ -52,7 +52,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 = "kratos-endpoint-info" INTERFACE_NAME = "kratos_endpoints"