Bump version to 6.0.0

This commit is contained in:
Theo 2023-07-21 21:20:16 -07:00
parent 85ca668396
commit 14c231fae7

@ -1,6 +1,6 @@
{
"name": "classic-relay",
"version": "5.0.0",
"version": "6.0.0",
"description": "Relayer for Tornado.cash privacy solution. https://tornado.cash",
"scripts": {
"start": "yarn build && docker-compose up -d redis && concurrently \"yarn server\" \"yarn txWorker\" \"yarn healthWorker\"",