summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.pl2
1 files changed, 1 insertions, 1 deletions
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;