Skip to content

Commit

Permalink
preping a release
Browse files Browse the repository at this point in the history
  • Loading branch information
njlg committed May 12, 2016
1 parent 1524ad9 commit b37c55a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
language: perl
perl:
- "5.22"
- "5.20"
- "5.18"
- "5.16"
Expand Down
2 changes: 1 addition & 1 deletion lib/Rethinkdb.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit b37c55a

Please sign in to comment.