diff --git a/package.json b/package.json index 6fd0a42954..dfca8ee2d3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hummingbot-gateway", - "version": "1.18.0", + "version": "1.19.0", "description": "Middleware that helps Hummingbot clients access standardized DEX API endpoints on different blockchain networks", "main": "index.js", "license": "Apache-2.0", @@ -154,4 +154,4 @@ "resolutions": { "web3-utils": "1.7.3" } -} \ No newline at end of file +} diff --git a/src/app.ts b/src/app.ts index b9ef0e9da9..982fe9cbe4 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.19.0"; // gateway version + const gateway_version="dev-1.20.0"; // gateway version if (!ConfigManagerV2.getInstance().get('server.id')) { ConfigManagerV2.getInstance().set( 'server.id',