Showing 1 changed files with 1 additions and 1 deletions
+1 -1
lib/Gitprep.pm
... ...
@@ -1,7 +1,7 @@
1 1
 use 5.008007;
2 2
 package Gitprep;
3 3
 
4
-our $VERSION = '0.03';
4
+our $VERSION = '0.04';
5 5
 
6 6
 use Mojo::Base 'Mojolicious';
7 7
 use Gitprep::Git;