commit 27168db11c1c2a2d93c653c7864d5cc1401b232a
Author: Wim <wim@42.be>
Date: Sun Dec 03 00:01:05 2017 +0000
diff --git a/README.md b/README.md
index 2cdbb90..669814c 100644
--- a/README.md
+++ b/README.md
@@ -547 +547 @@ See https://github.com/42wim/matterbridge/wiki
# Installing
## Binaries
-* Latest stable release [v1.4.1](https://github.com/42wim/matterbridge/releases/latest)
+* Latest stable release [v1.5.0](https://github.com/42wim/matterbridge/releases/latest)
* Development releases (follows master) can be downloaded [here](https://dl.bintray.com/42wim/nightly/)
## Building
diff --git a/matterbridge.go b/matterbridge.go
index eb4dc17..eca6dcf 100644
--- a/matterbridge.go
+++ b/matterbridge.go
@@ -127 +127 @@ import (
)
var (
- version = "1.4.2-dev"
+ version = "1.5.0"
githash string
)