Skip to content

Commit

Permalink
moving to TAG_VERSION 7.7.32
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert McLay committed May 9, 2018
1 parent b12b14e commit a24bfd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Version.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ function M.git()
if (s == "("..M.tag()..")") then s = "" end
return s
end
function M.date() return "2018-05-09 16:29 -05:00" end
function M.date() return "2018-05-09 16:30 -05:00" end
function M.name()
local a = {}
a[#a+1] = M.tag()
Expand Down

0 comments on commit a24bfd0

Please sign in to comment.