summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/vmihailenco/msgpack/v5/version.go
blob: 1d49337c359e34d4b2bb2d75a86fd1bfbc4d3ef6 (plain) (blame)
1
2
3
4
5
6
package msgpack

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