diff options
author | Wim <wim@42.be> | 2017-06-15 22:45:23 +0200 |
---|---|---|
committer | Wim <wim@42.be> | 2017-06-15 22:45:23 +0200 |
commit | 5636eaca6dbc883660b90ece856ea08ad4ba3b1f (patch) | |
tree | 4da613603a8ab06fa80ad3d2387701437432bd1d /matterbridge.go | |
parent | 4b839b9958bc25c53cac71de5522d9decfa1d9b2 (diff) | |
download | matterbridge-msglm-5636eaca6dbc883660b90ece856ea08ad4ba3b1f.tar.gz matterbridge-msglm-5636eaca6dbc883660b90ece856ea08ad4ba3b1f.tar.bz2 matterbridge-msglm-5636eaca6dbc883660b90ece856ea08ad4ba3b1f.zip |
Bump version
Diffstat (limited to 'matterbridge.go')
-rw-r--r-- | matterbridge.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/matterbridge.go b/matterbridge.go index 6cce2783..3a762e28 100644 --- a/matterbridge.go +++ b/matterbridge.go @@ -12,7 +12,7 @@ import ( ) var ( - version = "0.14.0" + version = "0.14.1-dev" githash string ) |