diff options
author | Daniel Friesel <derf@finalrewind.org> | 2016-04-16 21:47:45 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2016-04-16 21:47:45 +0200 |
commit | 881a13917ef2d03b733f095c866c009487f577b4 (patch) | |
tree | 8af45426a01c8ba6f587c5b5b3131e664b0dc038 /bin | |
parent | 9abe88804b364100c8100bd30eee9625dc729eaf (diff) |
version bump1.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 557a2a9..0f59ecb 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 = '1.01'; +our $VERSION = '1.02'; binmode( STDOUT, ':encoding(utf-8)' ); @@ -254,7 +254,7 @@ B<aseag-m> [B<-pV>] [B<-l> I<lines>] [B<-o> I<outputtypes>] =head1 VERSION -version 1.01 +version 1.02 =head1 DESCRIPTION |