Skip to content

Commit

Permalink
Merge pull request #191 from hummingbot/Update-app.ts-and-gateway-ver…
Browse files Browse the repository at this point in the history
…sion

Update-app.ts-and-gateway-version to dev-1.20.0
  • Loading branch information
cardosofede authored Aug 30, 2023
2 parents e898263 + 18a97dd commit dec7cfb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -154,4 +154,4 @@
"resolutions": {
"web3-utils": "1.7.3"
}
}
}
2 changes: 1 addition & 1 deletion src/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit dec7cfb

Please sign in to comment.