Michal Iskierko 3145ab05ff feat(community tokens)_: Upgrade ERC721 contract to enable batch transfers
Add version field to proto and database.

Issue #4947
2024-07-08 11:30:51 +02:00

8 lines
126 B
Go

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