Skip to content
This repository was archived by the owner on Dec 27, 2022. It is now read-only.

Commit 26d1af3

Browse files
committed
Fix release-notes URL
1 parent e3b0d20 commit 26d1af3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/builtin-pages/views/start.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import * as toast from '../com/toast'
1111
import {findParent, writeToClipboard} from '../../lib/fg/event-handlers'
1212

1313
const LATEST_VERSION = 8001 // semver where major*1mm and minor*1k; thus 3.2.1 = 3002001
14-
const RELEASE_NOTES_URL = 'https://github.com/beakerbrowser/beaker/releases/tag/0.8.0'
14+
const RELEASE_NOTES_URL = 'https://github.com/beakerbrowser/beaker/releases/tag/0.8.1'
1515

1616
// globals
1717
// =

0 commit comments

Comments
 (0)