Skip to content

Commit

Permalink
Increment version number in preparation for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
demonfoo committed Sep 15, 2013
1 parent 466707b commit d37d5f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Fuse.pm
Expand Up @@ -31,7 +31,7 @@ our %EXPORT_TAGS = (
our @EXPORT_OK = ( @{ $EXPORT_TAGS{'all'} } );

our @EXPORT = ();
our $VERSION = '0.15';
our $VERSION = '0.16';

sub AUTOLOAD {
# This AUTOLOAD is used to 'autoload' constants from the constant()
Expand Down

0 comments on commit d37d5f9

Please sign in to comment.