summaryrefslogtreecommitdiff
path: root/index.pl
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2018-12-14 20:33:28 +0100
committerDaniel Friesel <derf@finalrewind.org>2018-12-14 20:33:28 +0100
commit604a55632c5651a40a828734de313ad1dcf47efa (patch)
tree4e7b709cc3b1c392f0ac1b77f094cb511220d6aa /index.pl
parentc2136e80cc6c1646dfe1de274e9e2b3a20f8dd25 (diff)
append version to frequently changed resources to avoid caching issues
Diffstat (limited to 'index.pl')
-rw-r--r--index.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.pl b/index.pl
index 39692ae..9584508 100644
--- a/index.pl
+++ b/index.pl
@@ -17,6 +17,7 @@ use utf8;
no if $] >= 5.018, warnings => 'experimental::smartmatch';
our $VERSION = qx{git describe --dirty} || '0.05';
+chomp $VERSION;
my %default = (
backend => 'iris',