From 010dcbf8b641ec027fdd983a4b59a391bdaab7a6 Mon Sep 17 00:00:00 2001 From: Stan Lo Date: Sat, 19 Oct 2024 22:00:58 +0100 Subject: [PATCH] Bump version to v0.1.16 --- 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 3a7910e..99e7ccb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - ruby-lsp-rspec (0.1.15) + ruby-lsp-rspec (0.1.16) ruby-lsp (~> 0.20.1) GEM diff --git a/lib/ruby_lsp_rspec/version.rb b/lib/ruby_lsp_rspec/version.rb index f8b2812..9302721 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.15" + VERSION = "0.1.16" end end