changeset 71:8764194b1bc4 release-0.03

Release of v0.03
author Dominic Cleal <dominic@computerkb.co.uk>
date Thu, 11 Feb 2010 00:13:48 +0000
parents 3455a0ab9264
children 8d9a3e74c838
files skillbot.pl
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/skillbot.pl	Sun Feb 07 21:42:43 2010 +0000
+++ b/skillbot.pl	Thu Feb 11 00:13:48 2010 +0000
@@ -47,7 +47,7 @@
 }
 close(CONFIG) or die "can't close skillbot.conf: $!";
 
-my $version = '0.02';
+my $version = '0.03';
 my $ircname = "skillbot v$version";
 
 my $DEBUG = $ENV{'IRC_DEBUG'} || 0;