summaryrefslogtreecommitdiffstats
path: root/matterbridge.go
diff options
context:
space:
mode:
authorWim <wim@42.be>2017-08-05 15:50:21 +0200
committerWim <wim@42.be>2017-08-05 15:50:21 +0200
commitad4d461606b5fb9b64377c8ef37110ee0b3c721b (patch)
tree285475b0f958ffc71a970ac9b35b4744f4b6a648 /matterbridge.go
parent67905089ba1609e52984b5bb9c7e0bf27c2cbbb9 (diff)
downloadmatterbridge-msglm-ad4d461606b5fb9b64377c8ef37110ee0b3c721b.tar.gz
matterbridge-msglm-ad4d461606b5fb9b64377c8ef37110ee0b3c721b.tar.bz2
matterbridge-msglm-ad4d461606b5fb9b64377c8ef37110ee0b3c721b.zip
Release v1.0.0v1.0.0
Diffstat (limited to 'matterbridge.go')
-rw-r--r--matterbridge.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/matterbridge.go b/matterbridge.go
index a1965afb..73ccfc94 100644
--- a/matterbridge.go
+++ b/matterbridge.go
@@ -5,14 +5,13 @@ import (
"fmt"
"github.com/42wim/matterbridge/bridge/config"
"github.com/42wim/matterbridge/gateway"
- //"github.com/42wim/matterbridge/gateway/samechannel"
log "github.com/Sirupsen/logrus"
"github.com/google/gops/agent"
"strings"
)
var (
- version = "1.0.0-rc1"
+ version = "1.0.0"
githash string
)