mirror of
https://github.com/endofunky/sidetiq.git
synced 2022-11-09 13:53:30 -05:00
Bump to v0.7.0
This commit is contained in:
parent
4bc04ac772
commit
6b3eb441e8
2 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
||||||
0.6.4
|
0.7.0
|
||||||
-----
|
-----
|
||||||
|
|
||||||
- Display the runtime of each job on the history page
|
- Display the runtime of each job on the history page
|
||||||
|
|
|
@ -5,10 +5,10 @@ module Sidetiq
|
||||||
MAJOR = 0
|
MAJOR = 0
|
||||||
|
|
||||||
# Public: Sidetiq minor version number.
|
# Public: Sidetiq minor version number.
|
||||||
MINOR = 6
|
MINOR = 7
|
||||||
|
|
||||||
# Public: Sidetiq patch level.
|
# Public: Sidetiq patch level.
|
||||||
PATCH = 3
|
PATCH = 0
|
||||||
|
|
||||||
# Public: Sidetiq version suffix.
|
# Public: Sidetiq version suffix.
|
||||||
SUFFIX = nil
|
SUFFIX = nil
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue