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 2, 2020
1 parent a38eac5 commit 78480d2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ Revision history for Class-Tiny

{{$NEXT}}

1.007 2020-09-02 07:02:55-04:00 America/New_York (TRIAL RELEASE)

[DOCUMENTATION]

- DEMOLISH docs incorrectly claimed that errors were thrown. Updated to
Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ my %WriteMakefileArgs = (
"lib" => 0,
"subs" => 0
},
"VERSION" => "1.007",
"VERSION" => "1.008",
"test" => {
"TESTS" => "t/*.t"
}
Expand Down
4 changes: 2 additions & 2 deletions lib/Class/Tiny.pm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use warnings;
package Class::Tiny;
# ABSTRACT: Minimalist class construction

our $VERSION = '1.007';
our $VERSION = '1.008';

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.007';
our $VERSION = '1.008';

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

Expand Down

0 comments on commit 78480d2

Please sign in to comment.