From b56e83dcbd606f21fd81b87859096e27015ec15b Mon Sep 17 00:00:00 2001 From: Stan Lo Date: Thu, 4 Apr 2024 12:32:34 +0100 Subject: [PATCH] Bump version to v0.1.11 --- Gemfile.lock | 2 +- lib/ruby_lsp_rspec/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 530ee9d..4350805 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - ruby-lsp-rspec (0.1.10) + ruby-lsp-rspec (0.1.11) ruby-lsp (~> 0.16.0) GEM diff --git a/lib/ruby_lsp_rspec/version.rb b/lib/ruby_lsp_rspec/version.rb index e3dbb03..1143b17 100644 --- a/lib/ruby_lsp_rspec/version.rb +++ b/lib/ruby_lsp_rspec/version.rb @@ -3,6 +3,6 @@ module RubyLsp module RSpec - VERSION = "0.1.10" + VERSION = "0.1.11" end end