aboutsummaryrefslogtreecommitdiff
path: root/checkem
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-06-29 19:57:01 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-06-29 19:57:01 +1200
commita44548e805a382ec8b152aac35c8bb90fab1f3cb (patch)
tree86c5ef6fc5512340b054d5dbb29d9a0fdb05e512 /checkem
parentRefactor digest alg selection (diff)
downloadcheckem-a44548e805a382ec8b152aac35c8bb90fab1f3cb.tar.gz
checkem-a44548e805a382ec8b152aac35c8bb90fab1f3cb.zip
Bump VERSION
Diffstat (limited to 'checkem')
-rwxr-xr-xcheckem2
1 files changed, 1 insertions, 1 deletions
diff --git a/checkem b/checkem
index aeb932d..0cdc102 100755
--- a/checkem
+++ b/checkem
@@ -23,7 +23,7 @@ use Fcntl ':mode';
use File::Find;
# Version number to make Perl::Critic happy
-our $VERSION = 2.17;
+our $VERSION = 2.18;
# Complain if there are no arguments
if ( !@ARGV ) {