Bump 2.0.1

This commit is contained in:
Dzmitry Plashchynski
2022-09-03 15:27:02 +03:00
parent db8c29afbe
commit 0702e20add
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2.0.1
-----------
- Fix a job argument error
2.0.0
-----------
- Converted this gem to a proper Rails engine

View File

@@ -1,3 +1,3 @@
module Crono
VERSION = '2.0.0'
VERSION = '2.0.1'
end