We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5689d0c commit e1c0026Copy full SHA for e1c0026
src/Version.lua
@@ -6,7 +6,7 @@ function M.git()
6
if (s == "("..M.tag()..")") then s = "" end
7
return s
8
end
9
-function M.date() return "2018-11-27 14:01 -06:00" end
+function M.date() return "2018-11-27 16:00 -06:00" end
10
function M.name()
11
local a = {}
12
a[#a+1] = M.tag()
0 commit comments