diff --git a/lib/rubocop/changes/version.rb b/lib/rubocop/changes/version.rb index 65bf588..2f89915 100644 --- a/lib/rubocop/changes/version.rb +++ b/lib/rubocop/changes/version.rb @@ -2,6 +2,6 @@ module Rubocop module Changes - VERSION = '0.8.0' + VERSION = '0.8.1' end end