mirror of
https://github.com/samsonjs/simple_oauth.git
synced 2026-04-27 14:57:45 +00:00
Bump version.
This commit is contained in:
parent
d05bed55d2
commit
23def39599
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ module SimpleOAuth
|
||||||
module Version
|
module Version
|
||||||
MAJOR = 0
|
MAJOR = 0
|
||||||
MINOR = 1
|
MINOR = 1
|
||||||
PATCH = 0
|
PATCH = 1
|
||||||
STRING = [MAJOR, MINOR, PATCH].join('.')
|
STRING = [MAJOR, MINOR, PATCH].join('.')
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue