mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-12-28 03:15:39 +00:00
2f33fe86f5
* Update dependencies and build to go1.22 * Fix api changes wrt to dependencies * Update golangci config
7 lines
102 B
Go
7 lines
102 B
Go
package msgpack
|
|
|
|
// Version is the current release version.
|
|
func Version() string {
|
|
return "5.4.0"
|
|
}
|