Skip to content

Commit

Permalink
moving to TAG_VERSION 7.8.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert McLay committed Nov 27, 2018
1 parent 5689d0c commit e1c0026
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-11-27 14:01 -06:00" end
function M.date() return "2018-11-27 16:00 -06:00" end
function M.name()
local a = {}
a[#a+1] = M.tag()
Expand Down

0 comments on commit e1c0026

Please sign in to comment.