mirror of
https://github.com/superseriousbusiness/gotosocial
synced 2024-11-30 16:19:16 +00:00
6 lines
98 B
Go
6 lines
98 B
Go
package bun
|
|
|
|
// Version is the current release version.
|
|
func Version() string {
|
|
return "1.0.8"
|
|
}
|