7 lines
102 B
Go
Raw Normal View History

2023-05-09 19:19:48 +02:00
package otelsql
// Version is the current release version.
func Version() string {
return "0.2.2"
2023-05-09 19:19:48 +02:00
}