From fe87c122db6e93a69cb2cf42afb370eddbe86432 Mon Sep 17 00:00:00 2001 From: Utkarsh Gupta Date: Wed, 10 Aug 2022 01:23:26 +0530 Subject: [PATCH] Cut v0.5.2 release Signed-off-by: Utkarsh Gupta --- lib/rubocop/packaging/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rubocop/packaging/version.rb b/lib/rubocop/packaging/version.rb index 4aab827..13da248 100644 --- a/lib/rubocop/packaging/version.rb +++ b/lib/rubocop/packaging/version.rb @@ -2,6 +2,6 @@ module RuboCop module Packaging - VERSION = "0.5.1" + VERSION = "0.5.2" end end