aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/apt-panopticommon.lua
diff options
context:
space:
mode:
authoronefang2020-02-06 18:56:46 +1000
committeronefang2020-02-06 18:56:46 +1000
commit01972d26c11df0a46a665c39fe87517f7736858d (patch)
tree2aa842c91f8ea98ba7e342f906adc27d5f8bd4b9 /apt-panopticommon.lua
parentExplain why URL sanity. (diff)
downloadapt-panopticon-01972d26c11df0a46a665c39fe87517f7736858d.zip
apt-panopticon-01972d26c11df0a46a665c39fe87517f7736858d.tar.gz
apt-panopticon-01972d26c11df0a46a665c39fe87517f7736858d.tar.bz2
apt-panopticon-01972d26c11df0a46a665c39fe87517f7736858d.tar.xz
Bump the version number to 0.2.
Diffstat (limited to 'apt-panopticommon.lua')
-rw-r--r--apt-panopticommon.lua2
1 files changed, 1 insertions, 1 deletions
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)
136 if ("--help" == a) or ("-h" == a) then 136 if ("--help" == a) or ("-h" == a) then
137 print("I should write some docs, huh? Read README.md for instructions.") 137 print("I should write some docs, huh? Read README.md for instructions.")
138 elseif "--version" == a then 138 elseif "--version" == a then
139 print("apt-panopticon version 0.1 WIP development version") 139 print("apt-panopticon version 0.2")
140 elseif "-v" == a then 140 elseif "-v" == a then
141 APT.verbosity = APT.verbosity + 1 141 APT.verbosity = APT.verbosity + 1
142 sendArgs = sendArgs .. a .. " " 142 sendArgs = sendArgs .. a .. " "