summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2014-10-20 09:47:21 +0200
committerDaniel Friesel <derf@finalrewind.org>2014-10-20 09:47:21 +0200
commitc9fb127d09f9aa33427fe7fab52c176e6fcd0324 (patch)
tree6c8942f7265e951f2556d609ba959863c74cb45b
parentd44cca5812da5785958dd8b78c986424a3a5cd10 (diff)
version bump while at it0.05
-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;