Skip to content

Commit

Permalink
Update for version 2.0.0_2
Browse files Browse the repository at this point in the history
  • Loading branch information
mnunberg committed Oct 2, 2014
1 parent ae6d749 commit fa5f571
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Couchbase/Core.pm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
our $VERSION = '2.0.0_1';
our $VERSION;
BEGIN {
require XSLoader;
our $VERSION = '2.0.0_1';
$VERSION = '2.0.0_2';
XSLoader::load('Couchbase', $VERSION);
}

Expand Down

0 comments on commit fa5f571

Please sign in to comment.