Showing 1 changed files with 1 additions and 1 deletions
+1 -1
lib/Gitprep.pm
... ...
@@ -18,7 +18,7 @@ use Validator::Custom;
18 18
   eval {require Digest::SHA; import Digest::SHA qw(sha1 sha1_hex)};
19 19
 }
20 20
 
21
-our $VERSION = '1.0301';
21
+our $VERSION = '1.04';
22 22
 
23 23
 has 'dbi';
24 24
 has 'manager';