Skip to content

Commit

Permalink
revert this part
Browse files Browse the repository at this point in the history
  • Loading branch information
kodewdle committed Mar 31, 2024
1 parent 725f98e commit 4d87ca0
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 @@ -115,7 +115,7 @@ end

function E:ParseVersionString(addon)
local version = GetAddOnMetadata(addon, 'Version')
if version == '@project-version@' then
if strfind(version, 'project%-version') then
return 13.60, '13.60-git', nil, true
else
local release, extra = strmatch(version, '^v?([%d.]+)(.*)')
Expand Down

0 comments on commit 4d87ca0

Please sign in to comment.