gtsocial-umbx

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

version.go (102B)


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