lib/pre-commit/checkstyle/version.rb in java-checkstyle-1.0.4 vs lib/pre-commit/checkstyle/version.rb in java-checkstyle-1.0.5

- old
+ new

@@ -11,8 +11,8 @@ # Cristian Oliveira # Alex Rocha # # Main file: checks/checkstyle.rb module Checkstyle - VERSION = '1.0.4' + VERSION = '1.0.5'.freeze end end