Skip to content

Commit

Permalink
13.71
Browse files Browse the repository at this point in the history
  • Loading branch information
kodewdle committed Jul 24, 2024
1 parent 577556d commit c3c32f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ElvUI/Core/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ end
function E:ParseVersionString(addon)
local version = GetAddOnMetadata(addon, 'Version')
if strfind(version, 'project%-version') then
return 13.70, '13.70-git', nil, true
return 13.71, '13.71-git', nil, true
else
local release, extra = strmatch(version, '^v?([%d.]+)(.*)')
return tonumber(release), release..extra, extra ~= ''
Expand Down

0 comments on commit c3c32f3

Please sign in to comment.