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
2bd31ab710
GoToSocial
/
vendor
/
github.com
/
uptrace
/
opentelemetry-go-extra
/
otelsql
/
version.go
7 lines
102 B
Go
Raw
Normal View
History
Unescape
Escape
feat: initial tracing support (#1623)
2023-05-09 19:19:48 +02:00
package
otelsql
// Version is the current release version.
func
Version
(
)
string
{
[chore] bump bun library versions (#2837)
2024-04-15 12:01:20 +02:00
return
"0.2.4"
feat: initial tracing support (#1623)
2023-05-09 19:19:48 +02:00
}