[Bps-public-commit] Shipwright branch, master, updated. 25f6acb02ca1193143a24f5054c92b0699eced62

? sunnavy sunnavy at bestpractical.com
Sat Dec 7 04:10:29 EST 2013


The branch, master has been updated
       via  25f6acb02ca1193143a24f5054c92b0699eced62 (commit)
      from  552b97a33fa9d06aca1ef513284a47cad89f93df (commit)

Summary of changes:
 Changes           | 2 ++
 META.yml          | 2 +-
 lib/Shipwright.pm | 2 +-
 3 files changed, 4 insertions(+), 2 deletions(-)

- Log -----------------------------------------------------------------
commit 25f6acb02ca1193143a24f5054c92b0699eced62
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Sat Dec 7 17:10:19 2013 +0800

    bump to 2.4.38

diff --git a/Changes b/Changes
index c430086..74b0a88 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
 Revision history for Shipwright
 
+2.4.38
+
 2.4.37 Sat Dec  7 17:06:54 CST 2013
 
 * fix possible failures of command "update --follow" (#91220)
diff --git a/META.yml b/META.yml
index 1c5708e..d2fe618 100644
--- a/META.yml
+++ b/META.yml
@@ -57,4 +57,4 @@ requires:
 resources:
   license: http://dev.perl.org/licenses/
   repository: git://github.com/bestpractical/shipwright.git
-version: 2.004037
+version: 2.004038
diff --git a/lib/Shipwright.pm b/lib/Shipwright.pm
index 16b8eb5..104fc5c 100644
--- a/lib/Shipwright.pm
+++ b/lib/Shipwright.pm
@@ -2,7 +2,7 @@ package Shipwright;
 
 use warnings;
 use strict;
-use version; our $VERSION = qv('2.4.37');
+use version; our $VERSION = qv('2.4.38');
 
 use base qw/Shipwright::Base/;
 

-----------------------------------------------------------------------



More information about the Bps-public-commit mailing list