Skip to content

Commit 7ec7503

Browse files
Update mysql charm lib patch; leftover from PR 440 (#443)
1 parent 229a918 commit 7ec7503

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/charms/mysql/v0/mysql.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ def wait_until_mysql_connection(self) -> None:
116116

117117
# Increment this PATCH version before using `charmcraft publish-lib` or reset
118118
# to 0 if you are raising the major API version
119-
LIBPATCH = 58
119+
LIBPATCH = 59
120120

121121
UNIT_TEARDOWN_LOCKNAME = "unit-teardown"
122122
UNIT_ADD_LOCKNAME = "unit-add"

0 commit comments

Comments
 (0)