Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/cli/commands/on/relayfile-binary.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import https from 'node:https';
import os from 'node:os';
import path from 'node:path';

const RELAYFILE_VERSION = '0.1.6';
const RELAYFILE_VERSION = '0.7.39';
const RELEASE_BASE_URL = 'https://github.com/AgentWorkforce/relayfile/releases/download';
const CHECKSUMS_FILE = 'checksums.txt';
const CACHE_DIR = path.join(os.homedir(), '.agent-relay', 'bin');
Expand Down
Loading