From 6580aa6eb7cd7f8f61502488f81c63c00ce3d894 Mon Sep 17 00:00:00 2001 From: Andy Waite <13400+andyw8@users.noreply.github.com> Date: Fri, 8 Nov 2024 07:49:24 -0500 Subject: [PATCH] Bump version to v0.3.26 --- 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 c34b3a5c..d1aed6c8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - ruby-lsp-rails (0.3.25) + ruby-lsp-rails (0.3.26) ruby-lsp (>= 0.21.2, < 0.22.0) GEM diff --git a/lib/ruby_lsp_rails/version.rb b/lib/ruby_lsp_rails/version.rb index a6a056e2..1f527571 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.25" + VERSION = "0.3.26" end end