summaryrefslogtreecommitdiff
path: root/cgi/index.pl
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2011-10-31 09:54:34 +0100
committerDaniel Friesel <derf@finalrewind.org>2011-10-31 09:54:34 +0100
commit8821473d1239501778186c67a144989da3c8c211 (patch)
treef66fd04fc1938cc67145590b61a27fd53365bda4 /cgi/index.pl
parent884d75a509c4f0d0f91d691994929e9e84cec618 (diff)
release v0.01
Diffstat (limited to 'cgi/index.pl')
-rw-r--r--cgi/index.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/cgi/index.pl b/cgi/index.pl
index 1a0c7cf..bb52308 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.00';
+our $VERSION = '0.01';
sub get_results_for {
my ($station) = @_;