Skip to content

Commit

Permalink
Merge pull request hummingbot#353 from hummingbot/fix-gw-staging-vers…
Browse files Browse the repository at this point in the history
…ion-to-2.0.1

Fix gw staging version to 2.0.1
  • Loading branch information
nikspz authored Aug 26, 2024
2 parents 481e895 + 14ef261 commit 4f89eb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hummingbot-gateway",
"version": "dev-2.0.1",
"version": "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",
Expand Down
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-2.0.1"
const gateway_version="2.0.1"
if (!ConfigManagerV2.getInstance().get('server.id')) {
ConfigManagerV2.getInstance().set(
'server.id',
Expand Down

0 comments on commit 4f89eb7

Please sign in to comment.