8 lines
126 B
Go
8 lines
126 B
Go
|
package communitytokens
|
||
|
|
||
|
const currentVersion = "1.0.0"
|
||
|
|
||
|
func (s *Service) currentVersion() string {
|
||
|
return currentVersion
|
||
|
}
|