diff options
author | Daniel Friesel <derf@finalrewind.org> | 2013-02-10 11:33:27 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2013-02-10 11:33:27 +0100 |
commit | f25f84f9a8de6cc3a7ee1431be413b35f1de7e6b (patch) | |
tree | 94cc2314afb9a7b08c830039a18844c55f8bdd67 /cgi/index.pl | |
parent | b612e6483c2a62fa9ea345221bd1f53623d701d9 (diff) |
version bump0.03
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 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) = @_; |