6 lines
55 B
Go
6 lines
55 B
Go
|
package version
|
||
|
|
||
|
func Get() string {
|
||
|
return "0.0.1"
|
||
|
}
|