We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39b4f86 commit a8d5b14Copy full SHA for a8d5b14
1 file changed
packages/opencode/src/cli/cmd/serve.ts
@@ -167,7 +167,7 @@ async function printPairQR(pair: PairPayload) {
167
const code = await QRCode.toString(link, {
168
...qrConfig,
169
})
170
- console.log("scan qr code in mobile app or phone camera (latest 1.0.2)")
+ console.log("scan qr code in mobile app or phone camera (latest 1.0.2.1)")
171
console.log(code)
172
}
173
0 commit comments