Skip to content

Commit

Permalink
fix matrix-auth v1 publishing (#644)
Browse files Browse the repository at this point in the history
Co-authored-by: Phan Trung Thanh <[email protected]>
  • Loading branch information
amandahla and Thanhphan1147 authored Jan 8, 2025
1 parent 716d939 commit 89e3100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/charms/synapse/v1/matrix_auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def _on_config_changed(self, _) -> None:

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

# pylint: disable=wrong-import-position
import json
Expand Down

0 comments on commit 89e3100

Please sign in to comment.