4
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2025-06-26 00:39:24 +00:00

Release v1.23.1 (#1629)

This commit is contained in:
Wim
2021-10-30 18:47:35 +02:00
committed by GitHub
parent 5e1be8e558
commit 9afd33cdfc
3 changed files with 16 additions and 4 deletions

View File

@ -1,6 +1,6 @@
package version
var (
Release = "1.23.1-dev"
Release = "1.23.1"
GitHash string
)