Skip to content

Commit

Permalink
Release v1.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
42wim committed Mar 21, 2019
1 parent a60e62e commit 858e16d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ See https://github.com/42wim/matterbridge/wiki

## Installing
### Binaries
* Latest stable release [v1.14.0](https://github.com/42wim/matterbridge/releases/latest)
* Latest stable release [v1.14.1](https://github.com/42wim/matterbridge/releases/latest)
* Development releases (follows master) can be downloaded [here](https://dl.bintray.com/42wim/nightly/)

### Packages
Expand Down
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.14.1
## Bugfix
* slack: Fix crash double unlock (slack) (#771)

# v1.14.0

## Breaking
Expand Down
2 changes: 1 addition & 1 deletion matterbridge.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
)

var (
version = "1.14.0"
version = "1.14.1"
githash string

flagConfig = flag.String("conf", "matterbridge.toml", "config file")
Expand Down

0 comments on commit 858e16d

Please sign in to comment.