gtsocial-umbx

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

version.go (105B)


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