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

Release v1.25.1 (#1832)

This commit is contained in:
Wim
2022-05-09 23:28:02 +02:00
committed by GitHub
parent 1e55dd47f2
commit 051e6e76e9
3 changed files with 22 additions and 2 deletions

View File

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