diff options
author | Wim <wim@42.be> | 2021-06-02 00:05:46 +0200 |
---|---|---|
committer | Wim <wim@42.be> | 2021-06-02 00:05:46 +0200 |
commit | 6a12f9ff843e2114edb5c7c60cb5f9faf4f608a4 (patch) | |
tree | 51d63fc8676f5fa19285360e580a82f48724e7d1 | |
parent | 641ed1873bf047becb5a7f14b0d11e5b2c339888 (diff) | |
download | matterbridge-msglm-6a12f9ff843e2114edb5c7c60cb5f9faf4f608a4.tar.gz matterbridge-msglm-6a12f9ff843e2114edb5c7c60cb5f9faf4f608a4.tar.bz2 matterbridge-msglm-6a12f9ff843e2114edb5c7c60cb5f9faf4f608a4.zip |
Bump version
-rw-r--r-- | matterbridge.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/matterbridge.go b/matterbridge.go index 8b88af7f..77a368fe 100644 --- a/matterbridge.go +++ b/matterbridge.go @@ -16,7 +16,7 @@ import ( ) var ( - version = "1.22.2" + version = "1.22.3-dev" githash string flagConfig = flag.String("conf", "matterbridge.toml", "config file") |