chore: 版本号 v0.10.3 → v0.11.0

This commit is contained in:
thzxx
2026-06-10 14:44:28 +08:00
parent e2bd511489
commit 5bbd8b720c
8 changed files with 14 additions and 14 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 v0.10.3',
message: 'Metona Ollama Desktop v0.11.0',
detail: 'TypeScript + Electron Ollama AI 聊天客户端\n\nhttps://gitee.com/thzxx/metona-ollama',
icon: getIconPath()
});