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:
parent
073f75ca44
commit
0b74792e3a
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ module Sidetiq
|
|||
module VERSION
|
||||
MAJOR = 0
|
||||
MINOR = 1
|
||||
PATCH = 0
|
||||
PATCH = 1
|
||||
|
||||
STRING = [MAJOR, MINOR, PATCH].compact.join('.')
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue