Skip to content

Commit

Permalink
correct lib patch (#248)
Browse files Browse the repository at this point in the history
## Issue
CI is failing to publish because of [incorrect lib
patch](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)

## Solution
set library to correct patch
  • Loading branch information
MiaAltieri authored Sep 15, 2023
1 parent 711f6ae commit 7f630c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/charms/mongodb/v0/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

# Increment this PATCH version before using `charmcraft publish-lib` or reset
# to 0 if you are raising the major API version
LIBPATCH = 8
LIBPATCH = 7


# path to store mongodb ketFile
Expand Down

0 comments on commit 7f630c9

Please sign in to comment.