From 8bbb8a9e527780733e5fd5371c100972107398f3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 10 Feb 2026 17:00:09 +0000 Subject: [PATCH] chore: bump version to 0.38.0 [skip ci] --- package.json | 2 +- src-tauri/tauri.conf.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 76eb4a44a..7adb7c9aa 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "alphahuman", "private": true, - "version": "0.37.0", + "version": "0.38.0", "type": "module", "scripts": { "dev": "vite", diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 1b644b3cf..2e6a03d89 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "$schema": "https://schema.tauri.app/config/2", "productName": "AlphaHuman", - "version": "0.37.0", + "version": "0.38.0", "identifier": "com.alphahuman.app", "build": { "beforeDevCommand": "npm run dev",