From c8f1af9eff32c240967cf9ec1ed8b685d2740e98 Mon Sep 17 00:00:00 2001 From: Stan Lo Date: Tue, 28 Nov 2023 21:27:58 +0000 Subject: [PATCH] Bump version to v0.1.6 --- 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 56dc619..08ca2a1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - ruby-lsp-rspec (0.1.5) + ruby-lsp-rspec (0.1.6) ruby-lsp (~> 0.12.0) GEM diff --git a/lib/ruby_lsp_rspec/version.rb b/lib/ruby_lsp_rspec/version.rb index 187f7f3..0a91eeb 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.5" + VERSION = "0.1.6" end end