From e250326868ff701d72b579f25cb914ff1f1f3f98 Mon Sep 17 00:00:00 2001 From: Gregory Schier Date: Sat, 8 Jun 2024 19:46:32 -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 a0c5e4c3..8be23bff 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,6 +1,6 @@ { "productName": "yaak", - "version": "2024.5.2", + "version": "2024.5.3-beta.1", "identifier": "app.yaak.desktop", "build": { "beforeBuildCommand": "npm run build",