diff options
author | Daniel Friesel <derf@finalrewind.org> | 2013-12-26 08:45:28 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2013-12-26 08:45:38 +0100 |
commit | 99f02d2de7a20c19eb39e200d9d355da955575cd (patch) | |
tree | 540b1e590ddd0a360311da746813ad0b8bd2f460 /bin | |
parent | b55985c829225b7c94500ee7c1785ce650684409 (diff) |
version bump0.02
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 40f8898..843446e 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.01'; +our $VERSION = '0.02'; 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.01 +version 0.02 =head1 DESCRIPTION |