summaryrefslogtreecommitdiffstats
path: root/matterbridge.go
diff options
context:
space:
mode:
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
)