1
0
Fork 0
mirror of https://github.com/endofunky/sidetiq.git synced 2022-11-09 13:53:30 -05:00

Bump to v0.1.2.

This commit is contained in:
Tobias Svensson 2013-02-04 11:01:10 +00:00
parent 58080aafe1
commit 3dd45e815b

View file

@ -2,7 +2,7 @@ module Sidetiq
module VERSION
MAJOR = 0
MINOR = 1
PATCH = 1
PATCH = 2
STRING = [MAJOR, MINOR, PATCH].compact.join('.')
end