From 327bffe26bc5be03b3c8a92707172353c05b2876 Mon Sep 17 00:00:00 2001 From: Thibault Couraud Date: Wed, 17 Nov 2021 11:29:52 -0500 Subject: [PATCH] Bump version to 0.2.1 --- Gemfile.lock | 2 +- lib/potlock/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 8c06fe2..14cacf0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - potlock (0.2.0) + potlock (0.2.1) redlock (~> 1.2) GEM diff --git a/lib/potlock/version.rb b/lib/potlock/version.rb index d4b6db5..35204bd 100644 --- a/lib/potlock/version.rb +++ b/lib/potlock/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Potlock - VERSION = "0.2.0" + VERSION = "0.2.1" end