From 018e6ab6a499cf2a19a86242bda09623ec3a6405 Mon Sep 17 00:00:00 2001 From: mario Date: Sun, 11 Feb 2024 17:48:22 +0100 Subject: [PATCH] Bump to version 0.5.0 --- Gemfile.lock | 2 +- lib/ruboclean/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 19d5880..0135f21 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - ruboclean (0.4.0) + ruboclean (0.5.0) GEM remote: https://rubygems.org/ diff --git a/lib/ruboclean/version.rb b/lib/ruboclean/version.rb index 35d4b57..65c4093 100644 --- a/lib/ruboclean/version.rb +++ b/lib/ruboclean/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Ruboclean - VERSION = "0.4.0" + VERSION = "0.5.0" end