mirror of
https://github.com/samsonjs/simple_oauth.git
synced 2026-03-25 08:45:54 +00:00
Bump version to 0.1.4
This commit is contained in:
parent
d6af7c4ef4
commit
ac7793ef74
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ module SimpleOAuth
|
|||
module Version
|
||||
MAJOR = 0 unless defined? ::SimpleOAuth::Version::MAJOR
|
||||
MINOR = 1 unless defined? ::SimpleOAuth::Version::MINOR
|
||||
PATCH = 3 unless defined? ::SimpleOAuth::Version::PATCH
|
||||
PATCH = 4 unless defined? ::SimpleOAuth::Version::PATCH
|
||||
STRING = [MAJOR, MINOR, PATCH].join('.') unless defined? ::SimpleOAuth::Version::STRING
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue