diff --git a/package.json b/package.json index db95fb572d..6acfe99a01 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hummingbot-gateway", - "version": "2.0.2", + "version": "2.1.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 6d6736b500..a50b7e6d97 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="2.0.2" + const gateway_version="2.1.0" if (!ConfigManagerV2.getInstance().get('server.id')) { ConfigManagerV2.getInstance().set( 'server.id',