Skip to content

Commit

Permalink
bump elvui
Browse files Browse the repository at this point in the history
  • Loading branch information
eltreum0 committed May 2, 2023
1 parent ebe4adb commit 9d94635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ElvUI_EltreumUI/Core/VersionCheck.lua
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ function ElvUI_EltreumUI:ElvUIVersionCheck()
}

--elvui check
if E.version < 13.29 then
if E.version < 13.30 then
E:StaticPopup_Show('ELVUIVERSIONCHECK')
ElvUI_EltreumUI:Print(L["Your ElvUI version is out of date, please update to avoid issues!"])
elseif E.version > 13.35 then
Expand Down

0 comments on commit 9d94635

Please sign in to comment.