summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWim <wim@42.be>2020-02-02 22:36:07 +0100
committerWim <wim@42.be>2020-02-02 22:36:07 +0100
commit4be00bbe6be7a9330d76ce0c56a975ac41c2042b (patch)
tree86f089275fde3f286709262abc7b922c40bd7a8d
parent9382dde0985807f0008aac91adb5d44276530e65 (diff)
downloadmatterbridge-msglm-1.16.5.tar.gz
matterbridge-msglm-1.16.5.tar.bz2
matterbridge-msglm-1.16.5.zip
Release v1.16.5v1.16.5
-rw-r--r--README.md52
-rw-r--r--changelog.md4
-rw-r--r--matterbridge.go2
3 files changed, 34 insertions, 24 deletions
diff --git a/README.md b/README.md
index 130b7e38..d315fb07 100644
--- a/README.md
+++ b/README.md
@@ -44,28 +44,34 @@ And more...
</a>
</p>
-### Table of Contents
-
-- [Features](https://github.com/42wim/matterbridge/wiki/Features)
- - [Natively supported](#natively-supported)
- - [3rd party via matterbridge api](#3rd-party-via-matterbridge-api)
- - [API](#API)
-- [Chat with us](#chat-with-us)
-- [Screenshots](https://github.com/42wim/matterbridge/wiki/)
-- [Installing/upgrading](#installing--upgrading)
- - [Binaries](#binaries)
-- [Building](#building)
-- [Configuration](#configuration)
- - [Howto](https://github.com/42wim/matterbridge/wiki/How-to-create-your-config)
- - [Settings](#settings)
- - [Examples](#examples)
-- [Running](#running)
- - [Docker](#docker)
-- [Changelog](#changelog)
-- [FAQ](#faq)
-- [Related projects](#related-projects)
-- [Articles](#articles)
-- [Thanks](#thanks)
+# Table of Contents
+
+- [matterbridge](#matterbridge)
+- [Table of Contents](#table-of-contents)
+ - [Features](#features)
+ - [Natively supported](#natively-supported)
+ - [3rd party via matterbridge api](#3rd-party-via-matterbridge-api)
+ - [API](#api)
+ - [Chat with us](#chat-with-us)
+ - [Screenshots](#screenshots)
+ - [Installing / upgrading](#installing--upgrading)
+ - [Binaries](#binaries)
+ - [Packages](#packages)
+ - [Building](#building)
+ - [Configuration](#configuration)
+ - [Basic configuration](#basic-configuration)
+ - [Settings](#settings)
+ - [Advanced configuration](#advanced-configuration)
+ - [Examples](#examples)
+ - [Bridge mattermost (off-topic) - irc (#testing)](#bridge-mattermost-off-topic---irc-testing)
+ - [Bridge slack (#general) - discord (general)](#bridge-slack-general---discord-general)
+ - [Running](#running)
+ - [Docker](#docker)
+ - [Changelog](#changelog)
+ - [FAQ](#faq)
+ - [Related projects](#related-projects)
+ - [Articles](#articles)
+ - [Thanks](#thanks)
## Features
@@ -142,7 +148,7 @@ See https://github.com/42wim/matterbridge/wiki
### Binaries
-- Latest stable release [v1.16.4](https://github.com/42wim/matterbridge/releases/latest)
+- Latest stable release [v1.16.5](https://github.com/42wim/matterbridge/releases/latest)
- Development releases (follows master) can be downloaded [here](https://dl.bintray.com/42wim/nightly/)
To install or upgrade just download the latest [binary](https://github.com/42wim/matterbridge/releases/latest) and follow the instructions on the [howto](https://github.com/42wim/matterbridge/wiki/How-to-create-your-config) for a step by step walkthrough for creating your configuration.
diff --git a/changelog.md b/changelog.md
index 067a7edc..1c2e2f4f 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,7 @@
+# v1.16.5
+
+- Fix version bump
+
# v1.16.4
## New features
diff --git a/matterbridge.go b/matterbridge.go
index 6b4b2f51..a7ea5d57 100644
--- a/matterbridge.go
+++ b/matterbridge.go
@@ -15,7 +15,7 @@ import (
)
var (
- version = "1.16.4-dev"
+ version = "1.16.5"
githash string
flagConfig = flag.String("conf", "matterbridge.toml", "config file")