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

Bump to v0.3.2.

This commit is contained in:
Tobias Svensson 2013-07-12 10:20:50 +01:00
parent 4960848184
commit 79d5ffb13c

View file

@ -8,7 +8,7 @@ module Sidetiq
MINOR = 3
# Public: Sidetiq patch level.
PATCH = 1
PATCH = 2
# Public: String representation of the current Sidetiq version.
STRING = [MAJOR, MINOR, PATCH].compact.join('.')