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
2025-02-03 22:56:40 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
e0f36278a0
gotosocial
/
vendor
/
github.com
/
uptrace
/
bun
/
version.go
7 lines
98 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
{
update bun library to latest commit (#206) * update bun library to latest commit Signed-off-by: kim (grufwub) <grufwub@gmail.com> * update to latest bun release Signed-off-by: kim (grufwub) <grufwub@gmail.com>
2021-09-11 13:53:44 +02:00
return
"1.0.6"
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 a new issue
Copy permalink