2
0
mirror of https://github.com/status-im/status-go.git synced 2025-02-25 13:16:15 +00:00

8 lines
126 B
Go
Raw Normal View History

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