Skip to content

Commit

Permalink
fix: lib version for publication (#480)
Browse files Browse the repository at this point in the history
## Issue
 * With CI failing on `6/edge`, some lib versions were skipped

## Solution
 * Fix the version number wrt what is on charmhub + 1
  • Loading branch information
Gu1nness committed Sep 11, 2024
1 parent fd27078 commit 6132042
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/charms/mongodb/v1/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

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

# path to store mongodb ketFile
KEY_FILE = "keyFile"
Expand Down
2 changes: 1 addition & 1 deletion lib/charms/mongodb/v1/mongodb_provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

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

logger = logging.getLogger(__name__)
REL_NAME = "database"
Expand Down

0 comments on commit 6132042

Please sign in to comment.