diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/db-fakedisplay | 5 |
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; |