summaryrefslogtreecommitdiff
path: root/bin/db-fakedisplay
diff options
context:
space:
mode:
Diffstat (limited to 'bin/db-fakedisplay')
-rwxr-xr-xbin/db-fakedisplay5
1 files changed, 4 insertions, 1 deletions
diff --git a/bin/db-fakedisplay b/bin/db-fakedisplay
index 32e342c..3a3b0f9 100755
--- a/bin/db-fakedisplay
+++ b/bin/db-fakedisplay
@@ -113,7 +113,10 @@ else {
}
}
-$template->param( departures => \@params, );
+$template->param(
+ departures => \@params,
+ version => $VERSION
+);
say $template->output;