diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl
index 447435c33dd5699ff6375d45978e3d992b630fe5..45eb0ae98ebab2c6a771e1d10bfbb10df9231823 100755
--- a/scripts/checkpatch.pl
+++ b/scripts/checkpatch.pl
@@ -10,7 +10,7 @@ use strict;
 my $P = $0;
 $P =~ s@.*/@@g;
 
-my $V = '0.26';
+my $V = '0.27';
 
 use Getopt::Long qw(:config no_auto_abbrev);