aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-09-26 19:22:59 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-09-26 19:22:59 +1300
commit7a21e304457eb1dde3b07a423f763f7e57d82270 (patch)
treef1f96285e1b8cc8738b99c35b855e7501a1039ca
parentUse 'and' rather than '&&' for readability (diff)
downloadcheckem-7a21e304457eb1dde3b07a423f763f7e57d82270.tar.gz (sig)
checkem-7a21e304457eb1dde3b07a423f763f7e57d82270.zip
Bump version numberv2.15
-rwxr-xr-xcheckem2
1 files changed, 1 insertions, 1 deletions
diff --git a/checkem b/checkem
index 85c5364..ee0e954 100755
--- a/checkem
+++ b/checkem
@@ -26,7 +26,7 @@ use File::Find;
use Digest;
# Version number to make Perl::Critic happy
-our $VERSION = 2.14;
+our $VERSION = 2.15;
# Complain if there are no arguments
if ( !@ARGV ) {