Skip to content

Commit

Permalink
Release v0.17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
42wim committed Apr 21, 2018
1 parent 02b82f4 commit 8b08c32
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v0.17.2
## Bugfix
* mattermost: Fix message looping issue

# v0.17.1
## New features
* general: enable login via irc PASS command during handshake instead of PRIVMSG
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.17.2-dev"
version = "0.17.2"
githash string
logger *logrus.Entry
cfg config.Config
Expand Down

0 comments on commit 8b08c32

Please sign in to comment.