Skip to content

Commit

Permalink
Merge pull request #275 from hummingbot/update_dev-1.25.0
Browse files Browse the repository at this point in the history
feat / update gateway development to dev-1.25.0
  • Loading branch information
rapcmia authored Feb 2, 2024
2 parents aa585d5 + cd7f1f4 commit 955d665
Showing 1 changed file with 1 addition and 1 deletion.
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.24.0"; // gateway version
const gateway_version="dev-1.25.0"; // gateway version
if (!ConfigManagerV2.getInstance().get('server.id')) {
ConfigManagerV2.getInstance().set(
'server.id',
Expand Down

0 comments on commit 955d665

Please sign in to comment.