Files
2023-01-11 07:48:30 +01:00

8 lines
90 B
Go

package common
const VERSION = "0.0.1"
func CurrentVersion() string {
return VERSION
}