We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3aaed49 + 97b293d commit ce956ddCopy full SHA for ce956dd
lib/charms/identity_platform_login_ui_operator/v0/login_ui_endpoints.py
@@ -45,14 +45,14 @@ def some_event_function():
45
from ops.model import TooManyRelatedAppsError
46
47
# The unique Charmhub library identifier, never change it
48
-LIBID = "460ab09e6b874d1c891b67f83586c9a7"
+LIBID = "f59057701b5840849d3cea756af404c6"
49
50
# Increment this major API version when introducing breaking changes
51
LIBAPI = 0
52
53
# Increment this PATCH version before using `charmcraft publish-lib` or reset
54
# to 0 if you are raising the major API version
55
-LIBPATCH = 7
+LIBPATCH = 1
56
57
RELATION_NAME = "ui-endpoint-info"
58
INTERFACE_NAME = "login_ui_endpoints"
0 commit comments