Skip to content

Commit

Permalink
Correct Lib ID (#253)
Browse files Browse the repository at this point in the history
## Issue
LIB ID was erroneously changed. these should NEVER be changed, it was
therefore blocking the charm from being release

## Solution
revert the lib id to the correct version
  • Loading branch information
MiaAltieri authored Sep 19, 2023
1 parent 6fc7ccf commit c2cab81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/charms/mongodb/v0/mongodb_backups.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
)

# The unique Charmhub library identifier, never change it
LIBID = "9f2b91c6128d48d6ba22724bf365da3b"
LIBID = "18c461132b824ace91af0d7abe85f40e"

# Increment this major API version when introducing breaking changes
LIBAPI = 0
Expand Down

0 comments on commit c2cab81

Please sign in to comment.