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.4.

This commit is contained in:
Tobias Svensson 2013-02-04 14:00:36 +00:00
parent c829295cac
commit 0b40ebf3a8

View file

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