This website requires JavaScript.
Explore
Help
Sign In
extern
/
gotosocial
Watch
1
Star
1
Fork
0
You've already forked gotosocial
mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced
2024-12-03 05:33:19 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
af1a26a68f
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
{
[chore] update bun + extras v1.1.16 -> v1.1.17 (#2534)
2024-01-15 14:08:07 +01:00
return
"1.1.17"
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
}
Reference in New Issue
Copy Permalink