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