7 lines
121 B
Go
7 lines
121 B
Go
|
package otelchi
|
||
|
|
||
|
// Version is the current release version of otelchi in use.
|
||
|
func Version() string {
|
||
|
return "0.10.0"
|
||
|
}
|