We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e027a9d commit a8cc6f6Copy full SHA for a8cc6f6
ghurlbot.pl
@@ -87,7 +87,7 @@ package GHURLBot;
87
88
use constant MANUAL => 'https://w3c.github.io/GHURLBot/manual.html';
89
use constant HOME => 'https://w3c.github.io/GHURLBot';
90
-use constant VERSION => '0.3';
+use constant VERSION => '0.4';
91
use constant DEFAULT_DELAY => 15;
92
use constant DEFAULT_MAXLINES => 10; # Nr. of issues to list in full. ( <= 100)
93
my $githubissue =
0 commit comments