Skip to content

Commit c3c32f3

Browse files
committed
13.71
1 parent 577556d commit c3c32f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ElvUI/Core/init.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ end
116116
function E:ParseVersionString(addon)
117117
local version = GetAddOnMetadata(addon, 'Version')
118118
if strfind(version, 'project%-version') then
119-
return 13.70, '13.70-git', nil, true
119+
return 13.71, '13.71-git', nil, true
120120
else
121121
local release, extra = strmatch(version, '^v?([%d.]+)(.*)')
122122
return tonumber(release), release..extra, extra ~= ''

0 commit comments

Comments
 (0)