From 8aeeaa2e097fc093e7a9150b20070539374f50ad Mon Sep 17 00:00:00 2001 From: Gregory Schier Date: Wed, 12 Jun 2024 00:23:50 -0700 Subject: [PATCH] Bump version --- src-tauri/tauri.conf.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index eb5e865d..9bd066a5 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,6 +1,6 @@ { "productName": "yaak", - "version": "2024.6.1", + "version": "2024.6.2", "identifier": "app.yaak.desktop", "build": { "beforeBuildCommand": "npm run build",