We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afe34a9 commit b044fd0Copy full SHA for b044fd0
.Framework/src/MY.lua
@@ -117,8 +117,8 @@ MY = {}
117
--------------------------------------------------------------------------------------------------------------------------------------------
118
local _DEBUG_ = tonumber(LoadLUAData('interface/my.debug.level') or nil) or 4
119
local _LOGLV_ = tonumber(LoadLUAData('interface/my.delog.level') or nil) or 4
120
-local _BUILD_ = "20160323"
121
-local _VERSION_ = 0x2005100
+local _BUILD_ = "20160325"
+local _VERSION_ = 0x2005200
122
local _ADDON_ROOT_ = '/Interface/MY/'
123
local _FRAMEWORK_ROOT_ = '/Interface/MY/.Framework/'
124
0 commit comments