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