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