diff options
author | Daniel Friesel <derf@finalrewind.org> | 2016-04-09 17:32:07 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2016-04-09 17:32:07 +0200 |
commit | 0e7b91cfc3873d87077bc6c0e36d5dec9133405a (patch) | |
tree | 3592c9846445e76e7a9044e0fe83c851c4a04d85 /bin | |
parent | dee4a30587aee04779cea8cab01b4c579a4e9c84 (diff) |
version bump1.01
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 695f96e..f3049de 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.00'; +our $VERSION = '1.01'; binmode( STDOUT, ':encoding(utf-8)' ); @@ -247,7 +247,7 @@ B<aseag-m> [B<-pV>] [B<-l> I<lines>] [B<-o> I<outputtypes>] =head1 VERSION -version 1.00 +version 1.01 =head1 DESCRIPTION |