From 1054aef1b606eeda8c6c4ceceea78e2641e70946 Mon Sep 17 00:00:00 2001 From: Ferran Basora Date: Wed, 22 Feb 2023 11:47:48 +0000 Subject: [PATCH] Bump version 0.8.1 --- lib/rubocop/changes/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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