We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 577556d commit c3c32f3Copy full SHA for c3c32f3
ElvUI/Core/init.lua
@@ -116,7 +116,7 @@ end
116
function E:ParseVersionString(addon)
117
local version = GetAddOnMetadata(addon, 'Version')
118
if strfind(version, 'project%-version') then
119
- return 13.70, '13.70-git', nil, true
+ return 13.71, '13.71-git', nil, true
120
else
121
local release, extra = strmatch(version, '^v?([%d.]+)(.*)')
122
return tonumber(release), release..extra, extra ~= ''
0 commit comments