Skip to content

Commit 39f4bb7

Browse files
author
Robert McLay
committed
moving to TAG_VERSION 7.8.5
1 parent dbc4472 commit 39f4bb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Version.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ function M.git()
66
if (s == "("..M.tag()..")") then s = "" end
77
return s
88
end
9-
function M.date() return "2018-09-27 11:16 -05:00" end
9+
function M.date() return "2018-09-28 07:36 -05:00" end
1010
function M.name()
1111
local a = {}
1212
a[#a+1] = M.tag()

0 commit comments

Comments
 (0)