Skip to content

Commit

Permalink
use saved version
Browse files Browse the repository at this point in the history
  • Loading branch information
jordonwow committed Oct 28, 2022
1 parent f465fa8 commit 0b89360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Options.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1102,7 +1102,7 @@ function OmniBar:SetupOptions()
vers = {
order = 1,
type = "description",
name = "|cffffd700"..L["Version"].."|r "..GetAddOnMetadata("OmniBar", "Version").."\n",
name = "|cffffd700"..L["Version"].."|r "..self.version.string.."\n",
cmdHidden = true
},
desc = {
Expand Down

0 comments on commit 0b89360

Please sign in to comment.