From cb8ca1361524ae6893073f5dced0744e8f3e753f Mon Sep 17 00:00:00 2001 From: onefang Date: Tue, 25 Jun 2019 15:41:30 +1000 Subject: Downgrade the version number, it's not even alpha yet. I'll need to actually output emails and web pages to get to alpha. Probaly should write the rest of the documentation to. --- mirror-checker.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mirror-checker.lua b/mirror-checker.lua index 34b2ec8..cd7cc3d 100755 --- a/mirror-checker.lua +++ b/mirror-checker.lua @@ -313,7 +313,7 @@ if 0 ~= #args then if ("--help" == a) or ("-h" == a) then print("I should write some docs, huh?") elseif "--version" == a then - print("mirror-checker-lua version 0.1 alpha") + print("mirror-checker-lua version 0.1 WIP development version") elseif "-v" == a then verbosity = verbosity + 1 sendArgs = sendArgs .. a .. " " -- cgit v1.1