diff options
author | Erik Johnston <erik@matrix.org> | 2014-10-18 00:29:55 +0200 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2014-10-18 00:29:55 +0200 |
commit | b3e6cd59a1c377f81c577e9159c49f6e06cab706 (patch) | |
tree | c45dab25c283df73f8adc186634611cfe115cca1 /synapse/__init__.py | |
parent | Bump version (diff) | |
download | synapse-b3e6cd59a1c377f81c577e9159c49f6e06cab706.tar.xz |
Bump the other version v0.4.1
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 979eac08a7..7067188c5b 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py @@ -16,4 +16,4 @@ """ This is a reference implementation of a synapse home server. """ -__version__ = "0.4.0" +__version__ = "0.4.1" |