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

Commit

Permalink
Fix release-notes URL
Browse files Browse the repository at this point in the history
  • Loading branch information
pfrazee committed Nov 16, 2018
1 parent e3b0d20 commit 26d1af3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/builtin-pages/views/start.js
Expand Up @@ -11,7 +11,7 @@ import * as toast from '../com/toast'
import {findParent, writeToClipboard} from '../../lib/fg/event-handlers'

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

// globals
// =
Expand Down

0 comments on commit 26d1af3

Please sign in to comment.