Skip to content

Commit

Permalink
Bump version to 0.02.
Browse files Browse the repository at this point in the history
  • Loading branch information
rcaputo committed Mar 21, 2003
1 parent e04939c commit 1e2560a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trunk/MessageBased.pm
Expand Up @@ -14,7 +14,7 @@ use warnings;
use strict; use strict;


use vars qw($VERSION); use vars qw($VERSION);
$VERSION = '0.01'; $VERSION = '0.02';


use POE; use POE;
use base qw(POE::Session); use base qw(POE::Session);
Expand Down

0 comments on commit 1e2560a

Please sign in to comment.