From 08b99a0d030ef7f7c8bb6808ff0aa8adad2c51e8 Mon Sep 17 00:00:00 2001 From: onefang Date: Thu, 18 Nov 2021 22:13:12 +1000 Subject: Bump to version 0.3 and report it in the web page. --- apt-panopticommon.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'apt-panopticommon.lua') diff --git a/apt-panopticommon.lua b/apt-panopticommon.lua index 9de97b4..f2a7fee 100644 --- a/apt-panopticommon.lua +++ b/apt-panopticommon.lua @@ -3,6 +3,8 @@ local APT = {} -- https://oss.oetiker.ch/rrdtool/prog/rrdlua.en.html APT.rrd = require 'rrd' +APT.version = '0.3 alpha' + APT.protocols = {"ftp", "http", "https", "rsync"} APT.tests = {'raw', 'Integrity', 'Protocol', 'Redirects', 'Updated', 'URLSanity', 'Speed'} APT.releases = {"jessie", "ascii", "beowulf", "chimaera", "daedalus", "ceres"} @@ -140,7 +142,7 @@ APT.parseArgs = function(args) end os.exit() elseif "--version" == a then - print("apt-panopticon version 0.2 alpha") + print("apt-panopticon version " .. APT.version) os.exit() elseif "-v" == a then APT.verbosity = APT.verbosity + 1 -- cgit v1.1