update version to 0.3.2.1.copious

This commit is contained in:
David LaMacchia 2011-10-28 12:50:42 -07:00
Родитель cb50883ee0
Коммит 0743594cf8
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -10,7 +10,7 @@ module OmniAuth
PATCH = 2
end
unless defined?(::OmniAuth::Version::PRE)
PRE = "3.copious"
PRE = "1.copious"
end
unless defined?(::OmniAuth::Version::STRING)
STRING = [MAJOR, MINOR, PATCH, PRE].compact.join('.')

Просмотреть файл

@ -10,7 +10,7 @@ module OmniAuth
PATCH = 2
end
unless defined?(::OmniAuth::Version::PRE)
PRE = "3.copious"
PRE = "1.copious"
end
unless defined?(::OmniAuth::Version::STRING)
STRING = [MAJOR, MINOR, PATCH, PRE].compact.join('.')