diff options
author | onefang | 2020-02-06 18:56:46 +1000 |
---|---|---|
committer | onefang | 2020-02-06 18:56:46 +1000 |
commit | 01972d26c11df0a46a665c39fe87517f7736858d (patch) | |
tree | 2aa842c91f8ea98ba7e342f906adc27d5f8bd4b9 | |
parent | Explain why URL sanity. (diff) | |
download | apt-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.
-rw-r--r-- | apt-panopticommon.lua | 2 |
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 .. " " |