package communitytokens
const currentVersion = "1.0.0"
func (s *Service) currentVersion() string {
return currentVersion
}