package smartconfig // Version is the current version of smartconfig (set at build time with -ldflags) var Version = "dev" // GitCommit is the git commit hash (set at build time with -ldflags) var GitCommit = "unknown"