We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc4a1fa commit 70a9fa0Copy full SHA for 70a9fa0
src/Version.lua
@@ -1,13 +1,13 @@
1
--module('Version')
2
local M={}
3
-function M.tag() return "6.1.7" end
+function M.tag() return "6.2" end
4
function M.git()
5
local s = "@git@"
6
if (s == "@" .. "git@") then s = "" end
7
if (s == "("..M.tag()..")") then s = "" end
8
return s
9
end
10
-function M.date() return "2016-04-08 19:20" end
+function M.date() return "2016-04-18 14:10" end
11
function M.name()
12
local a = {}
13
a[#a+1] = M.tag()
0 commit comments