From 46e6ccb5f728a2a8cbbb422ce69e8d3a93c13c11 Mon Sep 17 00:00:00 2001 From: mcawood Date: Wed, 5 Jul 2023 17:40:07 -0500 Subject: [PATCH] moving to TAG_VERSION 8.7.28 --- settarg/Version.lua | 4 ++-- src/Version.lua | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/settarg/Version.lua b/settarg/Version.lua index 6e9f65824..bb42f4855 100644 --- a/settarg/Version.lua +++ b/settarg/Version.lua @@ -1,12 +1,12 @@ local M={} -function M.tag() return "8.7.27" end +function M.tag() return "8.7.28" end function M.git() local s = "@git@" if (s == "@" .. "git@") then s = "" end if (s == M.tag() ) then s = "" end return s == "" and s or "("..s..")" end -function M.date() return "2023-06-12 16:14 -05:00" end +function M.date() return "2023-07-05 17:40 -05:00" end function M.name() local a = {} a[#a+1] = M.tag() diff --git a/src/Version.lua b/src/Version.lua index 6e9f65824..bb42f4855 100644 --- a/src/Version.lua +++ b/src/Version.lua @@ -1,12 +1,12 @@ local M={} -function M.tag() return "8.7.27" end +function M.tag() return "8.7.28" end function M.git() local s = "@git@" if (s == "@" .. "git@") then s = "" end if (s == M.tag() ) then s = "" end return s == "" and s or "("..s..")" end -function M.date() return "2023-06-12 16:14 -05:00" end +function M.date() return "2023-07-05 17:40 -05:00" end function M.name() local a = {} a[#a+1] = M.tag()