diff --git a/META.json b/META.json index b5ec532..8c85a0a 100644 --- a/META.json +++ b/META.json @@ -48,5 +48,5 @@ } }, "release_status" : "stable", - "version" : "1.37" + "version" : "1.38" } diff --git a/META.yml b/META.yml index c2ff75f..cbbf1e4 100644 --- a/META.yml +++ b/META.yml @@ -30,4 +30,4 @@ no_index: requires: EV: '4' Types::Serialiser: '0' -version: '1.37' +version: '1.38' diff --git a/README b/README index 920c03d..bcd4127 100644 --- a/README +++ b/README @@ -2,7 +2,7 @@ NAME EV::Tarantool16 - EV client for Tarantool 1.6 VESRION - Version 1.37 + Version 1.38 SYNOPSIS use EV::Tarantool16; diff --git a/README.pod b/README.pod index 198aabf..13fb80b 100644 --- a/README.pod +++ b/README.pod @@ -17,7 +17,7 @@ EV::Tarantool16 - EV client for Tarantool 1.6 =head1 VESRION -Version 1.37 +Version 1.38 =cut diff --git a/lib/EV/Tarantool16.pm b/lib/EV/Tarantool16.pm index ad9ad11..f47b61c 100644 --- a/lib/EV/Tarantool16.pm +++ b/lib/EV/Tarantool16.pm @@ -5,7 +5,7 @@ use strict; use warnings; use Types::Serialiser; -our $VERSION = '1.37'; +our $VERSION = '1.38'; use EV (); @@ -46,7 +46,7 @@ EV::Tarantool16 - EV client for Tarantool 1.6 =head1 VESRION -Version 1.37 +Version 1.38 =cut