Files
opencloud/vendor/github.com/vmihailenco/msgpack/v5/version.go
André Duffeck cbac5f1555 Switch to a different msgpack lib
The current one has a problem handling time.Time{} structs
2025-05-16 10:24:43 +02:00

7 lines
102 B
Go

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