chore: bump version to 3.0.0

This commit is contained in:
thzxx
2026-04-06 15:31:28 +08:00
parent eba5098728
commit 9e6fce2c3f
4 changed files with 4 additions and 4 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 v2.0.0',
message: 'Metona Ollama Desktop v3.0.0',
detail: 'TypeScript + Electron Ollama AI 聊天客户端\n\nhttps://gitee.com/thzxx/metona-ollama',
icon: getIconPath()
});