Skip to content

Commit

Permalink
After release: bump $VERSION and timestamp Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
xdg committed Sep 10, 2016
1 parent 0922bf5 commit e19ae20
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions Changes
Expand Up @@ -2,6 +2,8 @@ Revision history for Class-Tiny

{{$NEXT}}

1.006 2016-09-10 14:47:49-04:00 America/New_York

- No changes since 1.005

1.005 2016-09-06 12:12:06-04:00 America/New_York (TRIAL RELEASE)
Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Expand Up @@ -29,7 +29,7 @@ my %WriteMakefileArgs = (
"lib" => 0,
"subs" => 0
},
"VERSION" => "1.006",
"VERSION" => "1.007",
"test" => {
"TESTS" => "t/*.t"
}
Expand Down
4 changes: 2 additions & 2 deletions lib/Class/Tiny.pm
Expand Up @@ -6,7 +6,7 @@ use warnings;
package Class::Tiny;
# ABSTRACT: Minimalist class construction

our $VERSION = '1.006';
our $VERSION = '1.007';

use Carp ();

Expand Down Expand Up @@ -115,7 +115,7 @@ sub get_all_attribute_defaults_for {
package Class::Tiny::Object;
# ABSTRACT: Base class for classes built with Class::Tiny

our $VERSION = '1.006';
our $VERSION = '1.007';

my ( %HAS_BUILDARGS, %BUILD_CACHE, %DEMOLISH_CACHE, %ATTR_CACHE );

Expand Down

0 comments on commit e19ae20

Please sign in to comment.