Showing 2 changed files with 2 additions and 1 deletions
+1
gitprep.conf
... ...
@@ -14,6 +14,7 @@
14 14
 ;;; By default, git command path is automatically detected
15 15
 ;;; from PATH enviroment variable or /usr/bin/git or /usr/local/bin/git
16 16
 ;git_bin=/usr/local/bin/git
17
+git_bin=/home/gitprep/local/git-2.6.2/bin/git
17 18
 
18 19
 ;;; Tags limit (default:1000)
19 20
 ;tags_limit=1000
+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.10';
21
+our $VERSION = 'v1.11_dev';
22 22
 
23 23
 has 'dbi';
24 24
 has 'git';