Skip to content

Commit

Permalink
Bump gem version to 1.2.1
Browse files Browse the repository at this point in the history
None of the recent changes are introducing breaking changes nor
really new functionality.
The fix for the pipelined call is only considered a fix for potential
bugs and is therefore only a patch release.
  • Loading branch information
tobischo committed Feb 12, 2022
1 parent 0663f51 commit 724e25a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
gcra (1.2.0)
gcra (1.2.1)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion lib/gcra/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module GCRA
VERSION = '1.2.0'.freeze
VERSION = '1.2.1'.freeze
end

0 comments on commit 724e25a

Please sign in to comment.