From cd0a2beb11efb4f03fa9fab38b93391b346864e9 Mon Sep 17 00:00:00 2001 From: Wim Date: Sat, 18 Feb 2017 23:32:21 +0100 Subject: [PATCH] Release v0.9.3 --- README.md | 4 ++-- changelog.md | 2 +- matterbridge.go | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index add3c639..29055127 100644 --- a/README.md +++ b/README.md @@ -37,12 +37,12 @@ docker run -ti -v /tmp/matterbridge.toml:/matterbridge.toml 42wim/matterbridge ## binaries Binaries can be found [here] (https://github.com/42wim/matterbridge/releases/) -* For use with mattermost 3.5.x - 3.6.0 [v0.9.2](https://github.com/42wim/matterircd/releases/tag/v0.9.2) +* For use with mattermost 3.5.x - 3.6.0 [v0.9.3](https://github.com/42wim/matterircd/releases/tag/v0.9.3) * For use with mattermost 3.3.0 - 3.4.0 [v0.7.1](https://github.com/42wim/matterircd/releases/tag/v0.7.1) ## Compatibility ### Mattermost -* Matterbridge v0.9.2 works with mattermost 3.5.x - 3.6.0 [3.6.0 release](https://github.com/mattermost/platform/releases/tag/v3.6.0) +* Matterbridge v0.9.3 works with mattermost 3.5.x - 3.6.0 [3.6.0 release](https://github.com/mattermost/platform/releases/tag/v3.6.0) * Matterbridge v0.7.1 works with mattermost 3.3.0 - 3.4.0 [3.4.0 release](https://github.com/mattermost/platform/releases/tag/v3.4.0) #### Webhooks version diff --git a/changelog.md b/changelog.md index 78015f90..24315037 100644 --- a/changelog.md +++ b/changelog.md @@ -1,4 +1,4 @@ -# v0.9.3-dev +# v0.9.3 ## New features * API: rest interface to read / post messages (see API section in matterbridge.toml.sample) diff --git a/matterbridge.go b/matterbridge.go index 7dfaaa22..fe2bcce7 100644 --- a/matterbridge.go +++ b/matterbridge.go @@ -10,7 +10,7 @@ import ( ) var ( - version = "0.9.3-dev" + version = "0.9.3" githash string )