From 604a55632c5651a40a828734de313ad1dcf47efa Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 14 Dec 2018 20:33:28 +0100 Subject: append version to frequently changed resources to avoid caching issues --- index.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'index.pl') 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', -- cgit v1.2.3