From d30e7099fe64568366749469e35032d7b5ef0776 Mon Sep 17 00:00:00 2001 From: Andy Waite <13400+andyw8@users.noreply.github.com> Date: Tue, 2 Jul 2024 12:14:46 -0400 Subject: [PATCH] Bump version to v0.3.8 --- Gemfile.lock | 2 +- lib/ruby_lsp_rails/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 69f5974f..ca1e61e9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -9,7 +9,7 @@ GIT PATH remote: . specs: - ruby-lsp-rails (0.3.7) + ruby-lsp-rails (0.3.8) ruby-lsp (>= 0.17.2, < 0.18.0) GEM diff --git a/lib/ruby_lsp_rails/version.rb b/lib/ruby_lsp_rails/version.rb index 7c455e1b..0f591ceb 100644 --- a/lib/ruby_lsp_rails/version.rb +++ b/lib/ruby_lsp_rails/version.rb @@ -3,6 +3,6 @@ module RubyLsp module Rails - VERSION = "0.3.7" + VERSION = "0.3.8" end end