Skip to content

Commit

Permalink
[ts-sdk] Update smelter tar.gz urls
Browse files Browse the repository at this point in the history
  • Loading branch information
wkozyra95 committed Feb 3, 2025
1 parent f5e13dd commit 00c8c9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ts/smelter-node/src/manager/locallySpawnedInstance.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import { killProcess, spawn } from '../spawn';
import { WebSocketConnection } from '../ws';
import { smelterInstanceLoggerOptions } from '../logger';

const VERSION = `v0.3.0`;
const VERSION = `v0.4.0-rc.0`;

type ManagedInstanceOptions = {
port: number;
Expand Down

0 comments on commit 00c8c9a

Please sign in to comment.