mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-02-09 23:22:24 +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.3.2"
|
|
}
|