This website requires JavaScript.
Explore
Help
Sign In
SuperSeriousBusiness
/
GoToSocial
mirror of
https://github.com/superseriousbusiness/gotosocial
Watch
1
Star
1
Fork
You've already forked GoToSocial
0
Code
Issues
Projects
Releases
Wiki
Activity
c98ec6f89d
GoToSocial
/
vendor
/
github.com
/
vmihailenco
/
msgpack
/
v5
/
version.go
7 lines
102 B
Go
Raw
Normal View
History
Unescape
Escape
Update dependencies (#333)
2021-11-27 15:26:58 +01:00
package
msgpack
// 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
"5.4.1"
Update dependencies (#333)
2021-11-27 15:26:58 +01:00
}