From 9d20ad685722d2fe56abcae29a2bf386fbead8cd Mon Sep 17 00:00:00 2001 From: Justin Searls Date: Mon, 8 Jan 2024 09:09:59 -0500 Subject: [PATCH] 1.0.1 --- Gemfile.lock | 2 +- lib/standard/rails/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 45aa97c..38b6304 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - standard-rails (1.0.0) + standard-rails (1.0.1) lint_roller (~> 1.0) rubocop-rails (~> 2.23.1) diff --git a/lib/standard/rails/version.rb b/lib/standard/rails/version.rb index 1594824..cf312a5 100644 --- a/lib/standard/rails/version.rb +++ b/lib/standard/rails/version.rb @@ -1,5 +1,5 @@ module Standard module Rails - VERSION = "1.0.0" + VERSION = "1.0.1" end end