benmanns / goworker

goworker is a Go-based background worker that runs 10 to 100,000* times faster than Ruby-based workers.
https://www.goworker.org
Other
2.79k stars 241 forks source link

New version #61

Closed ramonmacias closed 6 years ago

ramonmacias commented 6 years ago

Hello we are using go dep for manage all the dependencies of our project and it seems that this tool download the latest tag of goworker project that is "v0.1.2", the thing is that this version doesn't include the WorkerSettings.

Which is the plan to release the next tag?

Thanks

benmanns commented 6 years ago

Hey @ramonmacias - I'll do it now.

benmanns commented 6 years ago

Pushed tag v0.1.3.

ramonmacias commented 6 years ago

Many thanks @benmanns !