mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-28 03:43:31 -06:00
Bumps [github.com/uptrace/bun/dialect/sqlitedialect](https://github.com/uptrace/bun) from 1.2.10 to 1.2.11. - [Release notes](https://github.com/uptrace/bun/releases) - [Changelog](https://github.com/uptrace/bun/blob/master/CHANGELOG.md) - [Commits](https://github.com/uptrace/bun/compare/v1.2.10...v1.2.11) --- updated-dependencies: - dependency-name: github.com/uptrace/bun/dialect/sqlitedialect dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
6 lines
109 B
Go
6 lines
109 B
Go
package sqlitedialect
|
|
|
|
// Version is the current release version.
|
|
func Version() string {
|
|
return "1.2.11"
|
|
}
|