Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
AnotherRegularDude committed Jan 26, 2022
1 parent 5fe3cc0 commit dc91ca7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -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)

Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion lib/sentry/gruf/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit dc91ca7

Please sign in to comment.