From 28a6f652afc2eb2271979448ddb31ffbc3ace23a Mon Sep 17 00:00:00 2001 From: Vinicius Stock Date: Thu, 12 Sep 2024 09:25:18 -0400 Subject: [PATCH] Bump version to v0.3.14 --- 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 0a1fbc26..cbc5879e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -9,7 +9,7 @@ GIT PATH remote: . specs: - ruby-lsp-rails (0.3.13) + ruby-lsp-rails (0.3.14) ruby-lsp (>= 0.17.12, < 0.18.0) GEM diff --git a/lib/ruby_lsp_rails/version.rb b/lib/ruby_lsp_rails/version.rb index 177cc9be..597b9e6d 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.13" + VERSION = "0.3.14" end end