Skip to content

Commit 5205dd4

Browse files
author
Robert McLay
committed
moving to TAG_VERSION 7.8.9
1 parent 72bff1a commit 5205dd4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Version.lua

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
local M={}
2-
function M.tag() return "7.8.8" end
2+
function M.tag() return "7.8.9" end
33
function M.git()
44
local s = "@git@"
55
if (s == "@" .. "git@") then s = "" end
66
if (s == "("..M.tag()..")") then s = "" end
77
return s
88
end
9-
function M.date() return "2018-10-26 15:12 -05:00" end
9+
function M.date() return "2018-11-14 14:41 -06:00" end
1010
function M.name()
1111
local a = {}
1212
a[#a+1] = M.tag()

0 commit comments

Comments
 (0)