Skip to content

Commit a8cc6f6

Browse files
committed
Set version to 0.4.
1 parent e027a9d commit a8cc6f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ghurlbot.pl

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ package GHURLBot;
8787

8888
use constant MANUAL => 'https://w3c.github.io/GHURLBot/manual.html';
8989
use constant HOME => 'https://w3c.github.io/GHURLBot';
90-
use constant VERSION => '0.3';
90+
use constant VERSION => '0.4';
9191
use constant DEFAULT_DELAY => 15;
9292
use constant DEFAULT_MAXLINES => 10; # Nr. of issues to list in full. ( <= 100)
9393
my $githubissue =

0 commit comments

Comments
 (0)