Skip to content

Commit

Permalink
Release v0.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
42wim committed Jun 19, 2018
1 parent 1aea3b8 commit 1886628
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 @@ -40,7 +40,7 @@ Start the service.
```

# Compatibility
* Matterircd works with slack and mattermost 3.8.x - 3.10.0, 4.x
* Matterircd works with slack and mattermost 3.8.x - 3.10.0, 4.x, 5.x

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

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.18.1
## New features
* mattermost: support mattermost 5.x

# v0.18.0
## New features
* general: Add debugmode true/false message in banner
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.18.1-dev"
version = "0.18.1"
githash string
logger *logrus.Entry
cfg config.Config
Expand Down

0 comments on commit 1886628

Please sign in to comment.