support for storing remote_is_discoverable on a port

This commit is contained in:
Oliver Gorwits
2022-05-15 22:17:36 +01:00
parent 96f3923ab0
commit 1a810d89f3
5 changed files with 21 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ __PACKAGE__->load_namespaces(
);
our # try to hide from kwalitee
$VERSION = 70; # schema version used for upgrades, keep as integer
$VERSION = 71; # schema version used for upgrades, keep as integer
use Path::Class;
use File::ShareDir 'dist_dir';