5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-09-19 15:49:36 +00:00

Release v1.13.1

This commit is contained in:
Wim 2019-01-31 17:10:57 +01:00
parent c81c0dd22a
commit 1d39c771e4
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
# v1.13.1
This release fixes go modules issues because of https://github.com/labstack/echo/issues/1272
## Bugfix
* general: fixes Unable to build 1.13.0 #698
* api: move to labstack/echo/v4 fixes #698
# v1.13.0
## New features

View File

@ -15,7 +15,7 @@ import (
)
var (
version = "1.13.1-dev"
version = "1.13.1"
githash string
)