Skip to content

Commit

Permalink
Use correct version number for release
Browse files Browse the repository at this point in the history
  • Loading branch information
xdg committed Apr 2, 2017
1 parent 5d03bac commit 2a8e112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Class/InsideOut.pm
Expand Up @@ -2,7 +2,7 @@ package Class::InsideOut;
use strict;
# ABSTRACT: a safe, simple inside-out object construction kit

our $VERSION = '1.13';
our $VERSION = '1.14';

use vars qw/@ISA @EXPORT @EXPORT_OK %EXPORT_TAGS/;

Expand Down

0 comments on commit 2a8e112

Please sign in to comment.