Skip to content

Commit 31c9885

Browse files
author
Chris White
committed
Bump version to non-trial [minor]
1 parent edfa125 commit 31c9885

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

lib/XML/Axk.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use strict;
55
use warnings;
66
use XML::Axk::Base;
77

8-
our $VERSION = '0.001007'; # TRIAL
8+
our $VERSION = '0.001008';
99

1010
#use parent 'Exporter';
1111
#our (@EXPORT, @EXPORT_OK, %EXPORT_TAGS);

lib/XML/Axk/App.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ use XML::Axk::Core;
88
# Semantic versioning, packed per Perl rules. Must always be at least one
99
# digit left of the decimal, and six digits right of the decimal. For
1010
# prerelease versions, put an underscore before the last three digits.
11-
our $VERSION = '0.001007'; # TRIAL
11+
our $VERSION = '0.001008';
1212

1313
use Getopt::Long qw(GetOptionsFromArray :config gnu_getopt);
1414

lib/XML/Axk/Core.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ use XML::Axk::Base qw(:all);
1111
use XML::Axk::Preparse;
1212
use Data::Dumper;
1313

14-
our $VERSION = '0.001007'; # TRIAL
14+
our $VERSION = '0.001008';
1515

1616
=encoding UTF-8
1717

lib/XML/Axk/Object/TinyDefaults.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ use Data::Dumper;
1111
use Import::Into;
1212

1313
our $ObjTiny;
14-
our $VERSION = '0.001007'; # TRIAL
14+
our $VERSION = '0.001008';
1515

1616
BEGIN {
1717
require parent;

0 commit comments

Comments
 (0)