From 16086708f6c33045aada13f2d681665d6191de0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A9ter=20Nagy?= Date: Fri, 14 Jun 2024 16:50:07 +0200 Subject: [PATCH] Version bump --- Gemfile.lock | 2 +- lib/barion/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index d228ab4..d45a6a6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - barion (0.5.1) + barion (0.5.2) rails (~> 7.0) rest-client (~> 2.1) diff --git a/lib/barion/version.rb b/lib/barion/version.rb index 4a76c30..1f7b40a 100644 --- a/lib/barion/version.rb +++ b/lib/barion/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Barion - VERSION = '0.5.1' + VERSION = '0.5.2' end