Skip to content

Commit

Permalink
update Version.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert McLay committed Mar 12, 2024
1 parent 265f169 commit 5117d7e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Version.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ function M.branchStr()
end
return s == "" and s or "[branch: "..s.."]"
end
function M.tag() return "<tag>" end
function M.tag() return "8.7.34" end
function M.git()
local s = "8.7.34-25-g516266fa"
Expand Down

0 comments on commit 5117d7e

Please sign in to comment.