ncodingapi/globals/globals.go

7 lines
66 B
Go

package globals
var (
API_VERSION = "1.0.0"
API_RELEASE = ""
)