2
0
mirror of https://github.com/42wim/matterbridge synced 2024-11-17 03:26:07 +00:00

Release 0.7.1

This commit is contained in:
Wim 2016-11-20 17:28:56 +01:00
parent 8c83eb03c7
commit d9ff0b72fa

View File

@ -9,7 +9,7 @@ import (
log "github.com/Sirupsen/logrus"
)
var version = "0.7.0"
var version = "0.7.1"
func init() {
log.SetFormatter(&log.TextFormatter{FullTimestamp: true})