diff --git a/src/mappings/utils/globalUtils.ts b/src/mappings/utils/globalUtils.ts index e60a04d..cf81b6a 100644 --- a/src/mappings/utils/globalUtils.ts +++ b/src/mappings/utils/globalUtils.ts @@ -14,7 +14,7 @@ export function getGlobalStats(): GlobalStatistic { let globalStats = GlobalStatistic.load(GLOBAL_ID) if (!globalStats) { globalStats = new GlobalStatistic(GLOBAL_ID) - globalStats.version = '2.0.1' + globalStats.version = '2.0.2' globalStats.orderCount = 0 globalStats.fixedCount = 0 globalStats.datatokenCount = 0