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