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

Release v1.25.0 (#1793)

This commit is contained in:
Wim
2022-04-04 00:44:43 +02:00
committed by GitHub
parent e63870a631
commit 26596acf80
3 changed files with 34 additions and 2 deletions

View File

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