diff options
author | Erik Johnston <erik@matrix.org> | 2015-02-12 14:52:02 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2015-02-12 14:52:02 +0000 |
commit | 48fbe79f7183f0aa7e4473a573658fe2a2f9bcd3 (patch) | |
tree | 64f05ff96a9a1bb60374ea803d921f5256903e51 /synapse/__init__.py | |
parent | Merge branch 'fix' of github.com:matrix-org/synapse into hotfixes-v0.7.0a (diff) | |
download | synapse-48fbe79f7183f0aa7e4473a573658fe2a2f9bcd3.tar.xz |
Bump version
Diffstat (limited to 'synapse/__init__.py')
-rw-r--r-- | synapse/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/__init__.py b/synapse/__init__.py index 915af3fe09..10147d88dc 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py @@ -16,4 +16,4 @@ """ This is a reference implementation of a Matrix home server. """ -__version__ = "0.7.0" +__version__ = "0.7.0a" |