Skip to content

Commit

Permalink
Bump version to non-trial [minor]
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris White committed Feb 22, 2019
1 parent edfa125 commit 31c9885
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/XML/Axk.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use strict;
use warnings;
use XML::Axk::Base;

our $VERSION = '0.001007'; # TRIAL
our $VERSION = '0.001008';

#use parent 'Exporter';
#our (@EXPORT, @EXPORT_OK, %EXPORT_TAGS);
Expand Down
2 changes: 1 addition & 1 deletion lib/XML/Axk/App.pm
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use XML::Axk::Core;
# Semantic versioning, packed per Perl rules. Must always be at least one
# digit left of the decimal, and six digits right of the decimal. For
# prerelease versions, put an underscore before the last three digits.
our $VERSION = '0.001007'; # TRIAL
our $VERSION = '0.001008';

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

Expand Down
2 changes: 1 addition & 1 deletion lib/XML/Axk/Core.pm
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use XML::Axk::Base qw(:all);
use XML::Axk::Preparse;
use Data::Dumper;

our $VERSION = '0.001007'; # TRIAL
our $VERSION = '0.001008';

=encoding UTF-8
Expand Down
2 changes: 1 addition & 1 deletion lib/XML/Axk/Object/TinyDefaults.pm
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use Data::Dumper;
use Import::Into;

our $ObjTiny;
our $VERSION = '0.001007'; # TRIAL
our $VERSION = '0.001008';

BEGIN {
require parent;
Expand Down

0 comments on commit 31c9885

Please sign in to comment.