diff options
author | Daniel Friesel <derf@finalrewind.org> | 2015-03-12 13:31:50 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2015-03-12 13:31:50 +0100 |
commit | a18276e764bf4c451cb7087ff7e27429571797e8 (patch) | |
tree | b0df440267b6d3c981315ce4f16b03f04bc66da3 /bin | |
parent | a0f1dcc6eb29ac4c4e85985a4ae4e5631a3f9910 (diff) |
version bump0.04
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/aseag-m | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/aseag-m b/bin/aseag-m index 38bf35c..d9a95aa 100755 --- a/bin/aseag-m +++ b/bin/aseag-m @@ -5,7 +5,7 @@ use 5.010; no if $] >= 5.018, warnings => 'experimental::smartmatch'; -our $VERSION = '0.03'; +our $VERSION = '0.04'; binmode( STDOUT, ':encoding(utf-8)' ); @@ -208,7 +208,7 @@ B<aseag-m> [B<-abfprV>] [B<-l> I<lines>] [B<-s> I<timefmt> | B<-S> I<timefmt>] =head1 VERSION -version 0.03 +version 0.04 =head1 DESCRIPTION |