bump version to 0.14
authorDobrica Pavlinusic <dpavlin@rot13.org>
Mon, 1 Aug 2011 15:45:06 +0000 (17:45 +0200)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Mon, 1 Aug 2011 15:45:06 +0000 (17:45 +0200)
Fuse.pm

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