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

Release v1.24.0 (#1732)

This commit is contained in:
Wim
2022-02-07 23:10:56 +01:00
committed by GitHub
parent dd3fb32ec7
commit 65c7ac80b5
3 changed files with 34 additions and 2 deletions

View File

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