diff options
author | Daniel Friesel <derf@finalrewind.org> | 2015-10-12 21:17:15 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2015-10-12 21:17:15 +0200 |
commit | e5f4d91308e769338fe2ddc0f68c6b5dd99033ee (patch) | |
tree | b01b1b8266d6d2bc13ac7e6efc3e3e7adc9a81fb /bin/aseag-m | |
parent | 8f1da188b93b9e03df5e6ca2860b3ed0d1b4b078 (diff) |
version bump0.05
Diffstat (limited to 'bin/aseag-m')
-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 e9826f6..147fc7e 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.04'; +our $VERSION = '0.05'; binmode( STDOUT, ':encoding(utf-8)' ); @@ -248,7 +248,7 @@ B<aseag-m> [B<-pV>] [B<-l> I<lines>] [B<-o> I<outputtypes>] =head1 VERSION -version 0.04 +version 0.05 =head1 DESCRIPTION |