From 6431b0ea7556ada00c3ef8299291bd230568de0d Mon Sep 17 00:00:00 2001 From: nikspz <83953535+nikspz@users.noreply.github.com> Date: Fri, 2 Feb 2024 16:13:38 +0700 Subject: [PATCH] fix/ Update package.json to dev-1.25.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c362effe9b..7c8fbd97f9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hummingbot-gateway", - "version": "dev-1.24.0", + "version": "dev-1.25.0", "description": "Middleware that helps Hummingbot clients access standardized DEX API endpoints on different blockchain networks", "main": "index.js", "license": "Apache-2.0",