diff options
author | Daniel Friesel <derf@finalrewind.org> | 2012-08-14 06:32:05 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2012-08-14 06:32:05 +0200 |
commit | f5cc77adc92b185e1461b736d4d05f94a08bda8f (patch) | |
tree | a091b30cf3351589ae3fcf5b4d80f5fff411c5a2 /cgi | |
parent | 8a9daae5bcef9d4cda5cdf6b3cc61f30068c179e (diff) |
version increment0.02
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 e46933b..9fc4961 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.01'; +our $VERSION = '0.02'; sub get_results_for { my ($station) = @_; |