We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e5ff49 commit 0ae5254Copy full SHA for 0ae5254
1 file changed
src/lib/update-checker.ts
@@ -10,7 +10,7 @@ const GITHUB_API_URL = `https://api.github.com/repos/${GITHUB_OWNER}/${GITHUB_RE
10
const RELEASES_URL = `https://github.com/${GITHUB_OWNER}/${GITHUB_REPO}/releases`;
11
12
// Current app version - should match tauri.conf.json
13
-export const APP_VERSION = '1.7.0';
+export const APP_VERSION = '1.8.0';
14
15
export interface ReleaseInfo {
16
version: string;
0 commit comments