Skip to content

Commit

Permalink
Bump version number to indicate hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
bradtgmurray committed Sep 21, 2021
1 parent 3e8105d commit bcda5cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synapse/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
except ImportError:
pass

__version__ = "1.43.0"
__version__ = "1.43.0-beeper1"

if bool(os.environ.get("SYNAPSE_TEST_PATCH_LOG_CONTEXTS", False)):
# We import here so that we don't have to install a bunch of deps when
Expand Down

0 comments on commit bcda5cb

Please sign in to comment.