diff --git a/.versionDate b/.versionDate index f7501b83c..ce91130a7 100644 --- a/.versionDate +++ b/.versionDate @@ -1 +1 @@ -2024-10-09 12:50 -05:00 +2024-10-09 12:51 -05:00 diff --git a/docs/source/conf.py b/docs/source/conf.py index ad21f6bfe..de11ea71f 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -404,5 +404,6 @@ + diff --git a/settarg/Version.lua b/settarg/Version.lua index abe47a834..63c649890 100644 --- a/settarg/Version.lua +++ b/settarg/Version.lua @@ -16,7 +16,7 @@ function M.git() if (s == M.tag() ) then s = "" end return s == "" and s or "("..s..")" end -function M.date() return "2024-10-09 12:50 -05:00" end +function M.date() return "2024-10-09 12:51 -05:00" end function M.name() local a = {} a[#a+1] = M.tag() diff --git a/src/Version.lua b/src/Version.lua index abe47a834..63c649890 100644 --- a/src/Version.lua +++ b/src/Version.lua @@ -16,7 +16,7 @@ function M.git() if (s == M.tag() ) then s = "" end return s == "" and s or "("..s..")" end -function M.date() return "2024-10-09 12:50 -05:00" end +function M.date() return "2024-10-09 12:51 -05:00" end function M.name() local a = {} a[#a+1] = M.tag()