From 6022430346c81d32d0cb2520dd7445b5a27a7217 Mon Sep 17 00:00:00 2001 From: nikspz <83953535+nikspz@users.noreply.github.com> Date: Mon, 24 Jul 2023 17:38:54 +0700 Subject: [PATCH] fix/ Update package.json version to 1.18.0 on staging --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e00ed8c06a..6b056f7af4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hummingbot-gateway", - "version": "1.17.0", + "version": "1.18.0", "description": "Middleware that helps Hummingbot clients access standardized DEX API endpoints on different blockchain networks", "main": "index.js", "license": "Apache-2.0",