Showing 2 changed files with 2 additions and 2 deletions
+1 -1
CHANGES
... ...
@@ -1,4 +1,4 @@
1
-2.1 ()
1
+2.1 (31 May 2016)
2 2
   - default login session time become 2 weeks and delete save check box.
3 3
   - Fix commits page author links.
4 4
   - add admin page link.
+1 -1
lib/Gitprep.pm
... ...
@@ -17,7 +17,7 @@ use Time::Moment;
17 17
   eval {require Digest::SHA; import Digest::SHA qw(sha1 sha1_hex)};
18 18
 }
19 19
 
20
-our $VERSION = 'v2.1_dev';
20
+our $VERSION = 'v2.1';
21 21
 
22 22
 has 'dbi';
23 23
 has 'git';