We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72bff1a commit 5205dd4Copy full SHA for 5205dd4
src/Version.lua
@@ -1,12 +1,12 @@
1
local M={}
2
-function M.tag() return "7.8.8" end
+function M.tag() return "7.8.9" end
3
function M.git()
4
local s = "@git@"
5
if (s == "@" .. "git@") then s = "" end
6
if (s == "("..M.tag()..")") then s = "" end
7
return s
8
end
9
-function M.date() return "2018-10-26 15:12 -05:00" end
+function M.date() return "2018-11-14 14:41 -06:00" end
10
function M.name()
11
local a = {}
12
a[#a+1] = M.tag()
0 commit comments