From 80a8c0b579ae3198b4c8eae3e0b6f1b1be075666 Mon Sep 17 00:00:00 2001 From: Vinicius Stock Date: Thu, 3 Oct 2024 09:22:30 -0400 Subject: [PATCH] Bump version to v0.3.17 --- 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 aa9a6b42..014c542e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - ruby-lsp-rails (0.3.16) + ruby-lsp-rails (0.3.17) ruby-lsp (>= 0.19.0, < 0.20.0) GEM diff --git a/lib/ruby_lsp_rails/version.rb b/lib/ruby_lsp_rails/version.rb index e3bc04c7..bfe24cc9 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.16" + VERSION = "0.3.17" end end