Bump version.

This commit is contained in:
laserlemon 2010-10-13 10:09:12 -04:00
parent d05bed55d2
commit 23def39599

View file

@ -7,7 +7,7 @@ module SimpleOAuth
module Version
MAJOR = 0
MINOR = 1
PATCH = 0
PATCH = 1
STRING = [MAJOR, MINOR, PATCH].join('.')
end