Skip to content

Commit

Permalink
update version to 2.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnavy committed Jul 31, 2009
1 parent b3f0fef commit e5c0207
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Changes
@@ -1,5 +1,9 @@
Revision history for Shipwright

2.3.3 Fri Jul 31 17:23:07 CST 2009
* not rely on system cmds like ls, cp, mv, rm any more
* version support for git source

2.3.2 Mon Jul 27 18:41:41 CST 2009

* improvements version, mostly for windows
Expand Down
2 changes: 1 addition & 1 deletion META.yml
Expand Up @@ -52,4 +52,4 @@ requires:
version: 0
resources:
license: http://dev.perl.org/licenses/
version: 2.003002
version: 2.003003
2 changes: 1 addition & 1 deletion lib/Shipwright.pm
Expand Up @@ -2,7 +2,7 @@ package Shipwright;

use warnings;
use strict;
use version; our $VERSION = qv('2.3.2');
use version; our $VERSION = qv('2.3.3');

use base qw/Class::Accessor::Fast/;

Expand Down

0 comments on commit e5c0207

Please sign in to comment.