diff --git a/applets/lookupbot.pl b/applets/lookupbot.pl index a81a0a69..8c62f3fc 100755 --- a/applets/lookupbot.pl +++ b/applets/lookupbot.pl @@ -1,4 +1,4 @@ -#!/usr/bin/perl -T +#!/usr/bin/perl use strict; use LWP::Simple; diff --git a/lib/PBot/VERSION.pm b/lib/PBot/VERSION.pm index 6ddd2596..c6aa3050 100644 --- a/lib/PBot/VERSION.pm +++ b/lib/PBot/VERSION.pm @@ -25,8 +25,8 @@ use PBot::Imports; # These are set by the /misc/update_version script use constant { BUILD_NAME => "PBot", - BUILD_REVISION => 4715, - BUILD_DATE => "2024-03-09", + BUILD_REVISION => 4716, + BUILD_DATE => "2024-03-10", }; sub initialize {}