This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
gotosocial
mirror of
Watch
1
Fork
You've already forked gotosocial
0
Code
Issues
Releases
Activity
100f1280a6
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 15:34:33 +02:00
package
bun
// Version is the current release version.
func
Version
(
)
string
{
Upstep Go dependencies (#340) * Upstep Go dependencies * tiny linter fix * Tidy
2021-12-12 15:47:51 +01:00
return
"1.0.19"
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 15:34:33 +02:00
}