mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-11-13 04:51:13 +00:00
daf44ac2b7
github.com/uptrace/bun v1.1.8 -> v1.1.9 github.com/uptrace/bun/pgdialect v1.1.8 -> v1.1.9 github.com/uptrace/bun/sqlitedialect v1.1.8 -> v1.1.9 modernc.org/sqlite v1.18.2 -> v1.19.5
6 lines
98 B
Go
6 lines
98 B
Go
package bun
|
|
|
|
// Version is the current release version.
|
|
func Version() string {
|
|
return "1.1.9"
|
|
}
|