From 4d9e2f22463a9e256b5cbc2b94a55f0db59d5336 Mon Sep 17 00:00:00 2001 From: Ivan Shamatov Date: Mon, 1 Nov 2021 23:49:43 +0300 Subject: [PATCH] Bump version to 0.2.0 --- Gemfile.lock | 2 +- lib/yookassa/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 79e803c..2a7ca4a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - yookassa (0.1.0) + yookassa (0.2.0) dry-struct http (~> 5.0.1) diff --git a/lib/yookassa/version.rb b/lib/yookassa/version.rb index fe42168..08c1f0e 100644 --- a/lib/yookassa/version.rb +++ b/lib/yookassa/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Yookassa - VERSION = "0.1.0" + VERSION = "0.2.0" end