mirror of
https://github.com/superseriousbusiness/gotosocial
synced 2025-03-03 02:47:47 +01:00
7 lines
102 B
Go
7 lines
102 B
Go
package otelsql
|
|
|
|
// Version is the current release version.
|
|
func Version() string {
|
|
return "0.2.2"
|
|
}
|