Skip to content

Commit ce956dd

Browse files
authored
Merge pull request #346 from canonical/IAM-1323-import-correct-lib
chore: fetch correct login-ui lib
2 parents 3aaed49 + 97b293d commit ce956dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/charms/identity_platform_login_ui_operator/v0/login_ui_endpoints.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,14 @@ def some_event_function():
4545
from ops.model import TooManyRelatedAppsError
4646

4747
# The unique Charmhub library identifier, never change it
48-
LIBID = "460ab09e6b874d1c891b67f83586c9a7"
48+
LIBID = "f59057701b5840849d3cea756af404c6"
4949

5050
# Increment this major API version when introducing breaking changes
5151
LIBAPI = 0
5252

5353
# Increment this PATCH version before using `charmcraft publish-lib` or reset
5454
# to 0 if you are raising the major API version
55-
LIBPATCH = 7
55+
LIBPATCH = 1
5656

5757
RELATION_NAME = "ui-endpoint-info"
5858
INTERFACE_NAME = "login_ui_endpoints"

0 commit comments

Comments
 (0)