Skip to content

Commit c933cc7

Browse files
authored
Merge pull request #1 from oposs/version-fix
version fix
2 parents 282af9b + 54e68fc commit c933cc7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGES

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
0.0.1 2020-09-03 08:22:43 +0200 Tobias Oetiker <[email protected]>
1+
0.1.0 2020-09-03 11:27:29 +0200 Tobias Oetiker <[email protected]>
22

33
- initial release
44

lib/Test/Mojo/Role/Log.pm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
package Test::Mojo::Role::Log;
22
use Mojo::Base -role, -signatures;
3+
our $VERSION = '0.1.0';
34

45
around 'new' => sub {
56
my $orig = shift;

0 commit comments

Comments
 (0)