summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cgi/index.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/cgi/index.pl b/cgi/index.pl
index 10abe9b..a0d75a7 100644
--- a/cgi/index.pl
+++ b/cgi/index.pl
@@ -8,7 +8,7 @@ use utf8;
no if $] >= 5.018, warnings => "experimental::smartmatch";
-our $VERSION = '0.04';
+our $VERSION = qx{git describe --dirty} || '0.04';
my $refresh_interval = 900;