Skip to content

Commit b909125

Browse files
committed
Update version to v5.0.0-beta17
1 parent e63dc36 commit b909125

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

ChangeLog.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Subtitle Edit Changelog
33

44

5-
v5.0.0-beta17 (xth April 2026)
5+
v5.0.0-beta17 (21st April 2026)
66

77
* Add Korean translation - thx Hackjjang
88
* Add Japanese translation - thx hisui3393

src/UI/Logic/Config/Se.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ public static string TesseractModelFolder
186186
public static string SpectrogramsFolder => Path.Combine(DataFolder, "Spectrograms");
187187
public static string ShotChangesFolder => Path.Combine(DataFolder, "ShotChanges");
188188

189-
public static string Version { get; set; } = "v5.0.0-beta16";
189+
public static string Version { get; set; } = "v5.0.0-beta17";
190190

191191
public Se()
192192
{

0 commit comments

Comments
 (0)