Skip to content

Commit

Permalink
Merge pull request #133 from recurly/bump_version
Browse files Browse the repository at this point in the history
bump to 2.2.2
  • Loading branch information
drewish committed Feb 21, 2014
2 parents 81897ed + 95a37a7 commit 688c87d
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:
recurly (2.2.1)
recurly (2.2.2)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion lib/recurly/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module Recurly
module Version
MAJOR = 2
MINOR = 2
PATCH = 1
PATCH = 2
PRE = nil

VERSION = [MAJOR, MINOR, PATCH, PRE].compact.join('.').freeze
Expand Down

0 comments on commit 688c87d

Please sign in to comment.