otelchi/version.go

7 lines
121 B
Go
Raw Normal View History

2025-03-22 23:29:15 +13:00
package otelchi
// Version is the current release version of otelchi in use.
func Version() string {
return "0.10.0"
}