Skip to content

Commit

Permalink
fix: Bumps lib version (#443)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gmerold authored Dec 10, 2024
1 parent 4d84e7e commit 6b29e67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/charms/kubernetes_charm_libraries/v0/multus.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def _network_attachment_definitions_from_config(self) -> List[NetworkAttachmentD

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


logger = logging.getLogger(__name__)
Expand Down

0 comments on commit 6b29e67

Please sign in to comment.