Skip to content

Commit 85a4b80

Browse files
committed
bump version
1 parent e1a0823 commit 85a4b80

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

internal/constants/constants.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package constants
33
import "time"
44

55
const (
6-
Version = "2.6.0-prerelease"
6+
Version = "2.6.0"
77
VersionName = "Umi"
88
GcTime = time.Minute * 30
99
ConfigFileName = "config.toml"

seanime-desktop/src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"productName": "Seanime Desktop",
3-
"version": "2.5.2",
3+
"version": "2.6.0",
44
"identifier": "app.seanime.desktop",
55
"build": {
66
"frontendDist": "../../web-desktop",

0 commit comments

Comments
 (0)