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

Release v0.6.0-beta2

This commit is contained in:
Wim 2016-09-04 20:42:24 +02:00
parent 39043f3fa4
commit e449a97bd0

View File

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