From a4395b3e7c41541de1d769e8701ea110ba8f96c2 Mon Sep 17 00:00:00 2001 From: Shreyas Date: Wed, 15 Jul 2026 21:45:18 +0530 Subject: [PATCH] chore(agent): bump portable config to `v0.1.18` (#6508) --- packages/hoppscotch-agent/src-tauri/tauri.portable.conf.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/hoppscotch-agent/src-tauri/tauri.portable.conf.json b/packages/hoppscotch-agent/src-tauri/tauri.portable.conf.json index 657477e91ca..486484bbca6 100644 --- a/packages/hoppscotch-agent/src-tauri/tauri.portable.conf.json +++ b/packages/hoppscotch-agent/src-tauri/tauri.portable.conf.json @@ -1,7 +1,7 @@ { "$schema": "https://schema.tauri.app/config/2.0.0-rc", "productName": "Hoppscotch Agent Portable", - "version": "0.1.17", + "version": "0.1.18", "identifier": "io.hoppscotch.agent", "build": { "beforeDevCommand": "pnpm dev",