gotosocial/vendor/github.com/uptrace/bun/version.go
kim 29007b1b88
[chore] update bun libraries to v1.2.5 (#3528)
* update bun libraries to v1.2.5

* pin old v1.29.0 of otel
2024-11-08 13:51:23 +00:00

7 lines
98 B
Go

package bun
// Version is the current release version.
func Version() string {
return "1.2.5"
}