diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2025-06-20 12:52:19 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2025-06-20 12:52:19 +0200 |
commit | 7713a76a728c2877e5ccaa28b561d20a4e6b8eb1 (patch) | |
tree | d108d44ec42d3e6027c41b64332b04a65f3d7376 /bin | |
parent | b6519344b082330137f4720b2d0191fa29e13057 (diff) |
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/motis-m | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/motis-m b/bin/motis-m index 6f22c75..3c03745 100755 --- a/bin/motis-m +++ b/bin/motis-m @@ -3,7 +3,7 @@ use strict; use warnings; use 5.020; -our $VERSION = '0.02'; +our $VERSION = '0.03'; use utf8; use DateTime; @@ -413,7 +413,7 @@ B<motis-m> [B<-s> I<service>] B<?>I<query>|I<lat>B<:>I<lon> =head1 VERSION -version 0.02 +version 0.03 =head1 DESCRIPTION |