Skip to content

Commit a8d5b14

Browse files
author
Ryan Vogel
committed
update for beta
1 parent 39b4f86 commit a8d5b14

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/opencode/src/cli/cmd/serve.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ async function printPairQR(pair: PairPayload) {
167167
const code = await QRCode.toString(link, {
168168
...qrConfig,
169169
})
170-
console.log("scan qr code in mobile app or phone camera (latest 1.0.2)")
170+
console.log("scan qr code in mobile app or phone camera (latest 1.0.2.1)")
171171
console.log(code)
172172
}
173173

0 commit comments

Comments
 (0)