version.go 102 B

123456
  1. package msgpack
  2. // Version is the current release version.
  3. func Version() string {
  4. return "5.3.5"
  5. }