diff options
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 0aef77a..807907a 100644 --- a/cgi/index.pl +++ b/cgi/index.pl @@ -3,7 +3,7 @@ use Mojolicious::Lite; use Cache::File; use Travel::Status::DE::DeutscheBahn; -our $VERSION = '0.02'; +our $VERSION = '0.03'; sub get_results_for { my ($station) = @_; |