diff options
author | Daniel Friesel <derf@finalrewind.org> | 2011-10-30 11:36:43 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2011-10-30 11:36:43 +0100 |
commit | 69ab05e1e575d5ec9d0a94e8ecc312fea36d4fdd (patch) | |
tree | d9364c68ca96fd359c5f71e4ea7072613e63c461 /cgi | |
parent | fbabb4e97410884c911dafabcbf33493427ab698 (diff) |
v0.01
Diffstat (limited to 'cgi')
-rw-r--r-- | cgi/index.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cgi/index.pl b/cgi/index.pl index 8c8dcdb..ef9b640 100644 --- a/cgi/index.pl +++ b/cgi/index.pl @@ -8,7 +8,7 @@ use DateTime::Format::Strptime; use App::VRR::Fakedisplay; use Travel::Status::DE::VRR; -our $VERSION = '0.00'; +our $VERSION = '0.01'; sub get_results_for { my ( $city, $stop ) = @_; |