From 888cd6e462492cdf67e2642a9a13d78be051126c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?T=C3=ABma=20Bolshakov?= Date: Thu, 1 Dec 2022 10:56:44 +0100 Subject: [PATCH] Bump version to 3.0.1 (#160) --- Gemfile.lock | 2 +- lib/stoplight/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index d2103ec..08e1b7e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - stoplight (3.0.0) + stoplight (3.0.1) redlock (~> 1.0) GEM diff --git a/lib/stoplight/version.rb b/lib/stoplight/version.rb index aa3971b..0760b34 100644 --- a/lib/stoplight/version.rb +++ b/lib/stoplight/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Stoplight - VERSION = Gem::Version.new('3.0.0') + VERSION = Gem::Version.new('3.0.1') end