Skip to content

Commit

Permalink
Missed bumping the color picker version
Browse files Browse the repository at this point in the history
  • Loading branch information
funkydude committed Jan 15, 2024
1 parent 9776ea3 commit 6aa8cec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AceGUI-3.0/widgets/AceGUIWidget-ColorPicker.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
--[[-----------------------------------------------------------------------------
ColorPicker Widget
-------------------------------------------------------------------------------]]
local Type, Version = "ColorPicker", 26
local Type, Version = "ColorPicker", 27
local AceGUI = LibStub and LibStub("AceGUI-3.0", true)
if not AceGUI or (AceGUI:GetWidgetVersion(Type) or 0) >= Version then return end

Expand Down

0 comments on commit 6aa8cec

Please sign in to comment.