lib/oauth2/version.rb in oauth2-client-1.1.1 vs lib/oauth2/version.rb in oauth2-client-1.1.2
- old
+ new
@@ -1,9 +1,9 @@
module OAuth2
class Version
MAJOR = 1 unless defined? OAuth2::Version::MAJOR
MINOR = 1 unless defined? OAuth2::Version::MINOR
- PATCH = 1 unless defined? OAuth2::Version::PATCH
+ PATCH = 2 unless defined? OAuth2::Version::PATCH
def self.to_s
[MAJOR, MINOR, PATCH].compact.join('.')
end
end
\ No newline at end of file