Showing 2 changed files with 3 additions and 1 deletions
+2
Changes
... ...
@@ -0,0 +1,2 @@
1
+1.0
2
+  - first major release
+1 -1
lib/Gitprep.pm
... ...
@@ -11,7 +11,7 @@ use Gitprep::Manager;
11 11
 use Scalar::Util 'weaken';
12 12
 use Validator::Custom;
13 13
 
14
-our $VERSION = '0.07';
14
+our $VERSION = '1.0';
15 15
 
16 16
 has 'dbi';
17 17
 has 'git';