gtsocial-umbx

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

version.go (102B)


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