mirror of
https://github.com/42wim/matterbridge.git
synced 2024-11-22 02:32:02 -08: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"
|
|
}
|