From 01972d26c11df0a46a665c39fe87517f7736858d Mon Sep 17 00:00:00 2001 From: onefang Date: Thu, 6 Feb 2020 18:56:46 +1000 Subject: Bump the version number to 0.2. --- apt-panopticommon.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apt-panopticommon.lua') diff --git a/apt-panopticommon.lua b/apt-panopticommon.lua index db3632d..a8de87d 100644 --- a/apt-panopticommon.lua +++ b/apt-panopticommon.lua @@ -136,7 +136,7 @@ APT.parseArgs = function(args) if ("--help" == a) or ("-h" == a) then print("I should write some docs, huh? Read README.md for instructions.") elseif "--version" == a then - print("apt-panopticon version 0.1 WIP development version") + print("apt-panopticon version 0.2") elseif "-v" == a then APT.verbosity = APT.verbosity + 1 sendArgs = sendArgs .. a .. " " -- cgit v1.1