forked from mirrors/gotosocial
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"
|
|
}
|