diff --git a/lib/PBot/Core/Factoids/Selectors.pm b/lib/PBot/Core/Factoids/Selectors.pm index 261e714f..de843b0e 100644 --- a/lib/PBot/Core/Factoids/Selectors.pm +++ b/lib/PBot/Core/Factoids/Selectors.pm @@ -10,6 +10,8 @@ use parent 'PBot::Core::Class'; use PBot::Imports; +use PBot::Core::Utils::Indefinite; + use Time::HiRes qw(gettimeofday); use Time::Duration qw(duration); diff --git a/lib/PBot/VERSION.pm b/lib/PBot/VERSION.pm index cab515b7..a1bd54d3 100644 --- a/lib/PBot/VERSION.pm +++ b/lib/PBot/VERSION.pm @@ -25,7 +25,7 @@ use PBot::Imports; # These are set by the /misc/update_version script use constant { BUILD_NAME => "PBot", - BUILD_REVISION => 4368, + BUILD_REVISION => 4369, BUILD_DATE => "2021-08-25", };