Increment version number, to be ready for a new release.
authorDerrik Pates <demon@now.ai>
Wed, 21 Mar 2012 01:42:23 +0000 (19:42 -0600)
committerDerrik Pates <demon@now.ai>
Wed, 21 Mar 2012 01:42:23 +0000 (19:42 -0600)
Fuse.pm

diff --git a/Fuse.pm b/Fuse.pm
index f1061ea..53ac109 100755 (executable)
--- a/Fuse.pm
+++ b/Fuse.pm
@@ -28,7 +28,7 @@ our %EXPORT_TAGS = (
 our @EXPORT_OK = ( @{ $EXPORT_TAGS{'all'} } );
 
 our @EXPORT = ();
 our @EXPORT_OK = ( @{ $EXPORT_TAGS{'all'} } );
 
 our @EXPORT = ();
-our $VERSION = '0.14';
+our $VERSION = '0.15';
 
 sub AUTOLOAD {
     # This AUTOLOAD is used to 'autoload' constants from the constant()
 
 sub AUTOLOAD {
     # This AUTOLOAD is used to 'autoload' constants from the constant()