From c9fb127d09f9aa33427fe7fab52c176e6fcd0324 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 20 Oct 2014 09:47:21 +0200 Subject: version bump while at it --- index.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.pl b/index.pl index f3593e0..60e7bc4 100644 --- a/index.pl +++ b/index.pl @@ -10,7 +10,7 @@ use utf8; no if $] >= 5.018, warnings => "experimental::smartmatch"; -our $VERSION = qx{git describe --dirty} || '0.04'; +our $VERSION = qx{git describe --dirty} || '0.05'; my $refresh_interval = 180; -- cgit v1.2.3