From be61028f3f9f29beb666473e12df0e0a08e42541 Mon Sep 17 00:00:00 2001 From: Stan Lo Date: Tue, 22 Oct 2024 16:01:32 +0100 Subject: [PATCH] Bump version to v0.1.17 --- 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 99e7ccb..dacbe2f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - ruby-lsp-rspec (0.1.16) + ruby-lsp-rspec (0.1.17) ruby-lsp (~> 0.20.1) GEM diff --git a/lib/ruby_lsp_rspec/version.rb b/lib/ruby_lsp_rspec/version.rb index 9302721..1b28a57 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.16" + VERSION = "0.1.17" end end