Skip to content

Commit 52f1bfa

Browse files
committed
Prepared to release
1 parent a5cc0e9 commit 52f1bfa

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

Changes

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
Revision history for AnyEvent::RipeRedis.
22

3+
0.38 Sat Feb 25 16:38:55 MSK 2017
4+
- Added error code E_NOT_BUSY.
5+
- Minor fixes.
6+
37
0.36 Tue Feb 21 14:55:42 MSK 2017
48
- Added parsing of reply for "CLUSTER INFO" command.
59
- Added README.pod file instead of README file.

lib/AnyEvent/RipeRedis.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use strict;
55
use warnings;
66
use base qw( Exporter );
77

8-
our $VERSION = '0.37_02';
8+
our $VERSION = '0.38';
99

1010
use AnyEvent::RipeRedis::Error;
1111

lib/AnyEvent/RipeRedis/Error.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use 5.008000;
44
use strict;
55
use warnings;
66

7-
our $VERSION = '0.37_02';
7+
our $VERSION = '0.38';
88

99
our %ERROR_CODES = (
1010
E_CANT_CONN => 1,

0 commit comments

Comments
 (0)