diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2025-01-25 21:46:00 +0100 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2025-01-25 21:46:00 +0100 |
commit | 9392e11dcb7843b3ce04e9014864e0486dba6cef (patch) | |
tree | 6d8a57eb1cca3aa97ca03883337a7865a2c9ee34 /bin | |
parent | 3236511e248f32d94bdb28b90cad7177790aed99 (diff) |
Release v0.020.02
Closes #1
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/dbris-m | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/dbris-m b/bin/dbris-m index b00d142..545d696 100755 --- a/bin/dbris-m +++ b/bin/dbris-m @@ -3,7 +3,7 @@ use strict; use warnings; use 5.020; -our $VERSION = '0.01'; +our $VERSION = '0.02'; use utf8; use DateTime; @@ -448,7 +448,7 @@ B<dbris-m> B<?>I<query>|I<lat>B<:>I<lon> =head1 VERSION -version 0.01 +version 0.02 =head1 DESCRIPTION |