mirror of
https://codeberg.org/superseriousbusiness/gotosocial.git
synced 2024-11-29 02:18:53 +03: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
108 B
Go
6 lines
108 B
Go
package sqlitedialect
|
|
|
|
// Version is the current release version.
|
|
func Version() string {
|
|
return "1.1.9"
|
|
}
|