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
518aeeceec
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 v1.1.14 -> v1.1.15 (#2195)
2023-09-11 15:16:52 +02:00
return
"0.2.2"
feat: initial tracing support (#1623)
2023-05-09 19:19:48 +02:00
}