From 813ad2ba86820fd083fb1797e769dab94ed24c5b Mon Sep 17 00:00:00 2001 From: Ralph Comia Date: Tue, 29 Oct 2024 13:55:38 +0800 Subject: [PATCH] bump dev version 2.2.0 --- package.json | 2 +- src/app.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c8f451164a..368b2c92ad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hummingbot-gateway", - "version": "dev-2.0.2", + "version": "dev-2.2.0", "description": "Middleware that helps Hummingbot clients access standardized DEX API endpoints on different blockchain networks", "main": "index.js", "license": "Apache-2.0", diff --git a/src/app.ts b/src/app.ts index 2fc9fc05a3..d0e847b445 100644 --- a/src/app.ts +++ b/src/app.ts @@ -106,7 +106,7 @@ export const startSwagger = async () => { export const startGateway = async () => { const port = ConfigManagerV2.getInstance().get('server.port'); - const gateway_version="dev-2.0.2" + const gateway_version="dev-2.2.0" if (!ConfigManagerV2.getInstance().get('server.id')) { ConfigManagerV2.getInstance().set( 'server.id',