Skip to content

Commit

Permalink
moving to TAG_VERSION 8.7.29
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert McLay committed Jul 10, 2023
1 parent 7aac104 commit c0d1912
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -375,5 +375,6 @@






2 changes: 1 addition & 1 deletion settarg/Version.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ function M.git()
if (s == M.tag() ) then s = "" end
return s == "" and s or "("..s..")"
end
function M.date() return "2023-07-10 17:56 -06:00" end
function M.date() return "2023-07-10 17:58 -06:00" end
function M.name()
local a = {}
a[#a+1] = M.tag()
Expand Down
2 changes: 1 addition & 1 deletion src/Version.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ function M.git()
if (s == M.tag() ) then s = "" end
return s == "" and s or "("..s..")"
end
function M.date() return "2023-07-10 17:56 -06:00" end
function M.date() return "2023-07-10 17:58 -06:00" end
function M.name()
local a = {}
a[#a+1] = M.tag()
Expand Down

0 comments on commit c0d1912

Please sign in to comment.