From 2d17a47d4a1e9d44b2bacacda7cc51502bbae8c0 Mon Sep 17 00:00:00 2001 From: Ralph Comia Date: Thu, 4 Jul 2024 19:29:25 +0800 Subject: [PATCH] update development version 2.0.1 --- package.json | 2 +- src/app.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 488d8365db..4d3ae06a3b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hummingbot-gateway", - "version": "dev-1.28.0", + "version": "dev-2.0.1", "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 300754577a..5acf60e4dd 100644 --- a/src/app.ts +++ b/src/app.ts @@ -112,7 +112,7 @@ export const startSwagger = async () => { export const startGateway = async () => { const port = ConfigManagerV2.getInstance().get('server.port'); - const gateway_version="dev-1.28.0" + const gateway_version="dev-2.0.1" if (!ConfigManagerV2.getInstance().get('server.id')) { ConfigManagerV2.getInstance().set( 'server.id',