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

Bump to 0.1.1

This commit is contained in:
Tobias Svensson 2013-02-01 17:02:34 +00:00
parent 073f75ca44
commit 0b74792e3a

View file

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