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