Skip to content

Commit 0ae5254

Browse files
committed
Fix APP_VERSION to 1.8.0 in update-checker
1 parent 6e5ff49 commit 0ae5254

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib/update-checker.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const GITHUB_API_URL = `https://api.github.com/repos/${GITHUB_OWNER}/${GITHUB_RE
1010
const RELEASES_URL = `https://github.com/${GITHUB_OWNER}/${GITHUB_REPO}/releases`;
1111

1212
// Current app version - should match tauri.conf.json
13-
export const APP_VERSION = '1.7.0';
13+
export const APP_VERSION = '1.8.0';
1414

1515
export interface ReleaseInfo {
1616
version: string;

0 commit comments

Comments
 (0)