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

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