diff options
author | 2024-11-25 15:42:37 +0000 | |
---|---|---|
committer | 2024-11-25 15:42:37 +0000 | |
commit | 3fceb5fc1a83a6ba3ca3c314eef50f0b45cd6009 (patch) | |
tree | d9fd78a82ec2352aad47d50cd9176e150f600b07 /vendor/github.com/uptrace/bun/dialect/sqlitedialect/version.go | |
parent | [bugfix] notification types missing from link header (#3571) (diff) | |
download | gotosocial-3fceb5fc1a83a6ba3ca3c314eef50f0b45cd6009.tar.xz |
bumps uptrace/bun dependencies to v1.2.6 (#3569)
Diffstat (limited to 'vendor/github.com/uptrace/bun/dialect/sqlitedialect/version.go')
-rw-r--r-- | vendor/github.com/uptrace/bun/dialect/sqlitedialect/version.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/uptrace/bun/dialect/sqlitedialect/version.go b/vendor/github.com/uptrace/bun/dialect/sqlitedialect/version.go index e3cceaa77..18c6f7857 100644 --- a/vendor/github.com/uptrace/bun/dialect/sqlitedialect/version.go +++ b/vendor/github.com/uptrace/bun/dialect/sqlitedialect/version.go @@ -2,5 +2,5 @@ package sqlitedialect // Version is the current release version. func Version() string { - return "1.2.5" + return "1.2.6" } |