decided that keyserver is in fact not 1.0.x yet. Still alpha, but perfectly usable right now.

This commit is contained in:
jake 2024-11-17 13:45:54 -05:00
parent a847f590d7
commit e421c2d5ad

View file

@ -13,7 +13,7 @@ use KeyData;
plugin Config => {file => $ARGV[1]}; plugin Config => {file => $ARGV[1]};
my $VERSION = "1.0.3"; my $VERSION = "0.0.3";
my $config = app->config(); # hypnotoad -f ./keyserver ./keyserver.conf my $config = app->config(); # hypnotoad -f ./keyserver ./keyserver.conf
my $start_time; my $start_time;