package main const VERSION = "0.0.1" func currentVersion() string { return VERSION }