package nnet const ( VERSION = "0.0.1" ) func Version() string { return VERSION }