Skip to content

Commit 347fd4b

Browse files
committedJun 30, 2013
Bump version to 0.9.2
Closes #135.
1 parent 311e34f commit 347fd4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎lib/oauth2/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module OAuth2
22
class Version
33
MAJOR = 0 unless defined? MAJOR
44
MINOR = 9 unless defined? MINOR
5-
PATCH = 1 unless defined? PATCH
5+
PATCH = 2 unless defined? PATCH
66
PRE = nil unless defined? PRE
77

88
class << self

0 commit comments

Comments
 (0)
Please sign in to comment.