Skip to content

Commit ba96fe9

Browse files
committed
release preparation
1 parent 4860e3f commit ba96fe9

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Changes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
This file documents the revision history for Perl extension Protocol::Redis
22

3+
1.0011 25.12.2019 00:00:00
4+
- Fix improper integer value in protocol test (Grinnz)
5+
36
1.0010 28.08.2019 00:00:00
47
- code cleanup, prerequirements improvement, updated metadata to
58
meta-spec (Grinnz)

lib/Protocol/Redis.pm

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

7-
our $VERSION = '1.0010';
7+
our $VERSION = '1.0011';
88

99
require Carp;
1010

0 commit comments

Comments
 (0)