From 3f298dcc7707577656f1e1e37cdca2660717ba3c Mon Sep 17 00:00:00 2001 From: Tercio Jose Date: Mon, 12 Dec 2022 13:33:30 -0300 Subject: [PATCH] Up version counter --- boot.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/boot.lua b/boot.lua index 0863976bf..3661af5cf 100644 --- a/boot.lua +++ b/boot.lua @@ -6,8 +6,8 @@ local addonName, Details222 = ... local version, build, date, tocversion = GetBuildInfo() - _detalhes.build_counter = 10334 - _detalhes.alpha_build_counter = 10334 --if this is higher than the regular counter, use it instead + _detalhes.build_counter = 10335 + _detalhes.alpha_build_counter = 10335 --if this is higher than the regular counter, use it instead _detalhes.dont_open_news = true _detalhes.game_version = version _detalhes.userversion = version .. " " .. _detalhes.build_counter