This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
gotosocial
Watch
1
Star
0
Fork
You've already forked gotosocial
0
mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced
2024-11-02 07:20:00 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
cbb9e2d3f0
gotosocial
/
vendor
/
github.com
/
uptrace
/
bun
/
version.go
7 lines
99 B
Go
Raw
Normal View
History
Unescape
Escape
Pg to bun (#148) * start moving to bun * changing more stuff * more * and yet more * tests passing * seems stable now * more big changes * small fix * little fixes
2021-08-25 14:34:33 +01:00
package
bun
// Version is the current release version.
func
Version
(
)
string
{
[chore] Update uptrace/bun and modernc/sqlite dependencies (#1598) * [chore] Update bun from 1.1.10 -> 1.1.12 * [chore] bump modernc/sqlite 1.20.4 -> 1.21.0
2023-03-06 10:00:53 +00:00
return
"1.1.12"
Pg to bun (#148) * start moving to bun * changing more stuff * more * and yet more * tests passing * seems stable now * more big changes * small fix * little fixes
2021-08-25 14:34:33 +01:00
}
Reference in a new issue
Copy permalink