Skip to content

Commit

Permalink
Release v0.16.4
Browse files Browse the repository at this point in the history
  • Loading branch information
42wim committed Mar 1, 2018
1 parent 7e5aa65 commit 3d9d3bb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ docker run -p 6667:6667 42wim/matterircd:latest -bind 0.0.0.0:6667
Now you can connect with your IRC client to port 6667 on your docker host.

# Compatibility
* Matterircd v0.16.3 works with slack (initial support) and mattermost 3.8.x - 3.10.0, 4.x
* Matterircd v0.16.4 works with slack (initial support) and mattermost 3.8.x - 3.10.0, 4.x

Master branch of matterircd should always work against latest STABLE mattermost release.

Expand All @@ -41,7 +41,7 @@ Master branch of matterircd should always work against latest STABLE mattermost
# Binaries

You can find the binaries [here](https://github.com/42wim/matterircd/releases/)
* For use with mattermost 3.8.0 and higher [v0.16.3](https://github.com/42wimterircd/relases/latest)
* For use with mattermost 3.8.0 and higher [v0.16.4](https://github.com/42wimterircd/relases/latest)

# Building

Expand Down
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v0.16.4
## Bugfix
* Fix some messages going to &messages #140

# v0.16.3
## Bugfix
* Fix crash on /nick change when not logged in #141
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
var (
flagRestrict, flagDefaultTeam, flagDefaultServer, flagTLSBind, flagTLSDir *string
flagInsecure, flagSkipTLSVerify *bool
version = "0.16.4-dev"
version = "0.16.4"
githash string
logger *logrus.Entry
cfg config.Config
Expand Down

0 comments on commit 3d9d3bb

Please sign in to comment.