From 6b07e1daef4b455bc2fbbbed492d9fd60de681ee Mon Sep 17 00:00:00 2001 From: Stan Lo Date: Fri, 5 Apr 2024 19:30:20 +0100 Subject: [PATCH] Bump version to v0.3.5 --- 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 53853617..392560da 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -9,7 +9,7 @@ GIT PATH remote: . specs: - ruby-lsp-rails (0.3.4) + ruby-lsp-rails (0.3.5) ruby-lsp (>= 0.16.0, < 0.17.0) sorbet-runtime (>= 0.5.9897) diff --git a/lib/ruby_lsp_rails/version.rb b/lib/ruby_lsp_rails/version.rb index 2c5cac5e..0cf42284 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.4" + VERSION = "0.3.5" end end