From b37c55abedc3310a135f8766b8c5a95762787a68 Mon Sep 17 00:00:00 2001 From: Nathan Levin-Greenhaw Date: Thu, 12 May 2016 15:45:37 -0700 Subject: [PATCH] preping a release --- .travis.yml | 1 + lib/Rethinkdb.pm | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ee39f17..97e5a29 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,6 @@ language: perl perl: + - "5.22" - "5.20" - "5.18" - "5.16" diff --git a/lib/Rethinkdb.pm b/lib/Rethinkdb.pm index aa8766a..214bf9a 100644 --- a/lib/Rethinkdb.pm +++ b/lib/Rethinkdb.pm @@ -11,7 +11,7 @@ use Rethinkdb::Query::Table; use Rethinkdb::Query; use Rethinkdb::Util; -our $VERSION = '0.12'; +our $VERSION = '0.13'; # this is set only when connect->repl() has 'io';