diff options
| author | 2025-03-10 19:40:16 +0000 | |
|---|---|---|
| committer | 2025-03-10 19:40:16 +0000 | |
| commit | bad12a62e60bacf5222e39e26f7da97fdea23c15 (patch) | |
| tree | cd132c66b3a88dac3af27df77c71891a2bc89fa1 /vendor/github.com/uptrace/bun/version.go | |
| parent | [chore] add warning message when wazero compiler not supported (#3894) (diff) | |
| download | gotosocial-bad12a62e60bacf5222e39e26f7da97fdea23c15.tar.xz | |
bumps our uptrace/bun dependencies to v1.2.11 (#3895)
Diffstat (limited to 'vendor/github.com/uptrace/bun/version.go')
| -rw-r--r-- | vendor/github.com/uptrace/bun/version.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/uptrace/bun/version.go b/vendor/github.com/uptrace/bun/version.go index ad851b003..a7973efeb 100644 --- a/vendor/github.com/uptrace/bun/version.go +++ b/vendor/github.com/uptrace/bun/version.go @@ -2,5 +2,5 @@ package bun // Version is the current release version. func Version() string { - return "1.2.10" + return "1.2.11" } |
