Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mnunberg committed Apr 24, 2013
1 parent 69d7dc6 commit 91a7066
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/Couchbase/Client/Async.pm
@@ -1,7 +1,7 @@
package Couchbase::Client::Async;
use strict;
use warnings;
our $VERSION = '2.0.0_0';
our $VERSION = '2.0.0_1';
use Couchbase::Client;
use Couchbase::Client::IDXConst;
use Log::Fu;
Expand Down
2 changes: 1 addition & 1 deletion lib/Couchbase/Couch/Handle.pm
Expand Up @@ -9,7 +9,7 @@ use Data::Dumper;

BEGIN {
require XSLoader;
XSLoader::load('Couchbase::Client', '2.0.0_0');
XSLoader::load('Couchbase::Client', '2.0.0_1');
}


Expand Down

0 comments on commit 91a7066

Please sign in to comment.