Skip to content

Commit

Permalink
Bump to 0.05
Browse files Browse the repository at this point in the history
  • Loading branch information
avar committed Jan 30, 2010
1 parent 52c62a6 commit 05062e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Changes
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,4 @@
0.05 0.05 Sat Jan 30 13:55:18 GMT 2010
- Shuffle key tokens and don't reuse them. Should make for more random - Shuffle key tokens and don't reuse them. Should make for more random
replies. replies.
- Check for definedness of $self->brain in Hailo::Storage::* - Check for definedness of $self->brain in Hailo::Storage::*
Expand Down
2 changes: 1 addition & 1 deletion lib/Hailo.pm
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ use namespace::clean -except => [ qw(meta
gettimeofday gettimeofday
tv_interval) ]; tv_interval) ];


our $VERSION = '0.04'; our $VERSION = '0.05';


has help => ( has help => (
traits => [qw(Getopt)], traits => [qw(Getopt)],
Expand Down

0 comments on commit 05062e2

Please sign in to comment.