Version 1.25. 1.25
Florian Ragwitz [Sat, 2 Jan 2010 15:16:17 +0000 (16:16 +0100)]
Changes
lib/Catalyst/Devel.pm

diff --git a/Changes b/Changes
index 07fb278..8ff7eb8 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 This file documents the revision history for Perl extension Catalyst-Devel.
 
+1.25  2010-01-02 16:13:06
+        - Update repository metadata after moving from svn to git.
+
 1.24  2009-12-07 23:23:36
         - File name for .yml file generated is now correct.
         - Fixes for consistent spacing in generated application template.
index b1299a8..017a30c 100644 (file)
@@ -4,7 +4,7 @@ use strict;
 use warnings;
 
 # Change Catalyst::Helper also.
-our $VERSION             = '1.24';
+our $VERSION             = '1.25';
 our $CATALYST_SCRIPT_GEN = 40;
 
 $VERSION = eval $VERSION;