From dc91ca723c63378bda4ab83e88f791167c59c295 Mon Sep 17 00:00:00 2001 From: Ivan Chernov Date: Wed, 26 Jan 2022 12:53:29 +0300 Subject: [PATCH] Bump version --- Gemfile.lock | 6 +++--- lib/sentry/gruf/version.rb | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 131dac7..103fcdf 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - sentry-gruf (1.0.2) + sentry-gruf (1.1.0) gruf (~> 2.10) sentry-ruby-core (~> 4.8) @@ -30,7 +30,7 @@ GEM docile (1.4.0) dry-inflector (0.2.1) e2mmap (0.1.0) - faraday (2.0.1) + faraday (2.1.0) faraday-net_http (~> 2.0) ruby2_keywords (>= 0.0.4) faraday-net_http (2.0.1) @@ -115,7 +115,7 @@ GEM rubocop (~> 1.0) ruby-progressbar (1.11.0) ruby2_keywords (0.0.5) - sentry-ruby-core (4.9.0) + sentry-ruby-core (4.9.2) concurrent-ruby faraday sequel (5.52.0) diff --git a/lib/sentry/gruf/version.rb b/lib/sentry/gruf/version.rb index ec22a54..2688c4c 100644 --- a/lib/sentry/gruf/version.rb +++ b/lib/sentry/gruf/version.rb @@ -13,6 +13,6 @@ module Gruf # * c is for incremental version, it is updated in other cases # According to this, it is enough to specify '~> a.b' # if private API was not used and to specify '~> a.b.c' if it was - VERSION = "1.0.2" + VERSION = "1.1.0" end end