chore: 版本号更新至 3.2.1

This commit is contained in:
thzxx
2026-04-07 19:50:25 +08:00
parent 34a6b9fd0b
commit 48468f4a6c
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -101,7 +101,7 @@ export function createMenu(): void {
dialog.showMessageBox(mainWindow!, {
type: 'info',
title: '关于 Metona Ollama',
message: 'Metona Ollama Desktop v3.2.0',
message: 'Metona Ollama Desktop v3.2.1',
detail: 'TypeScript + Electron Ollama AI 聊天客户端\n\nhttps://gitee.com/thzxx/metona-ollama',
icon: getIconPath()
});