mirror of
https://codeberg.org/superseriousbusiness/gotosocial.git
synced 2024-12-18 23:21:49 +03:00
6 lines
102 B
Go
6 lines
102 B
Go
package otelsql
|
|
|
|
// Version is the current release version.
|
|
func Version() string {
|
|
return "0.2.4"
|
|
}
|