summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-10-10 11:27:28 -0400
committerJesse Luehrs <doy@tozt.net>2013-10-11 01:49:44 -0400
commitb63a6b2f1e6044975b6db64a0668c485563c5815 (patch)
tree0c0ef401d472dd7ff08844e00c1b4c460720771b /bin
parent92e321151d72959631ddf96f741481cbf46de018 (diff)
downloadconf-b63a6b2f1e6044975b6db64a0668c485563c5815.tar.gz
conf-b63a6b2f1e6044975b6db64a0668c485563c5815.zip
the most recent version is 0.14 now
Diffstat (limited to 'bin')
-rwxr-xr-xbin/lint-dist2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/lint-dist b/bin/lint-dist
index 98c80da..9b32751 100755
--- a/bin/lint-dist
+++ b/bin/lint-dist
@@ -160,7 +160,7 @@ my @checks = (
);
!exists $contents->{'@DOY'}
|| !exists $contents->{'@DOY'}{':version'}
- || $contents->{'@DOY'}{':version'} < 0.11;
+ || $contents->{'@DOY'}{':version'} < 0.14;
},
"not using the latest version of \@DOY"
],