github.com/status-im/status-go@v1.1.0/services/communitytokens/version.go (about) 1 package communitytokens 2 3 const currentVersion = "1.0.0" 4 5 func (s *Service) currentVersion() string { 6 return currentVersion 7 }