Skip to content

Commit 1672657

Browse files
Update cli.js
1 parent d4fc7e2 commit 1672657

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ program
8484
.description(
8585
"noisytransfer CLI — Fast E2EE WebRTC file transfer (DTLS by default, optional PQ via sender --pq).",
8686
)
87-
.version("0.2.3");
87+
.version("0.2.8");
8888

8989
// Show help/suggestions after errors when supported
9090
if (typeof program.showHelpAfterError === "function") program.showHelpAfterError();

0 commit comments

Comments
 (0)