Files
matterbridge/version/version.go
Alex Vandiver 35b8f93502 version: Move version information into a separate package.
This will allow it to be accessed by other sections of the code.
2021-10-18 21:01:30 -07:00

7 lines
65 B
Go

package version
var (
Release = "1.23.1-dev"
GitHash string
)