5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-12-28 17:05:39 +00:00
matterbridge/vendor/github.com/vmihailenco/msgpack/v5/version.go

7 lines
102 B
Go
Raw Normal View History

package msgpack
// Version is the current release version.
func Version() string {
return "5.4.0"
}