diff options
Diffstat (limited to 'cgi/index.pl')
-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 ) = @_; |