diff options
author | Daniel Friesel <derf@finalrewind.org> | 2014-10-20 09:47:21 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2014-10-20 09:47:21 +0200 |
commit | c9fb127d09f9aa33427fe7fab52c176e6fcd0324 (patch) | |
tree | 6c8942f7265e951f2556d609ba959863c74cb45b /index.pl | |
parent | d44cca5812da5785958dd8b78c986424a3a5cd10 (diff) |
version bump while at it0.05
Diffstat (limited to 'index.pl')
-rw-r--r-- | index.pl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |