Skip to content

Commit

Permalink
Bump up version number to 3.10.3.514
Browse files Browse the repository at this point in the history
  • Loading branch information
retaker committed May 14, 2024
1 parent 8ada316 commit 53ec56d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Re_TTSCat/Data/Vars.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public static class Vars
public static readonly string CacheDirTemp = Path.Combine(Path.GetTempPath(), "Re-TTSCat TTS Cache");
public static readonly string ConfFileName = Path.Combine(ConfDir, "Config.json");
public static readonly string AudioLibraryFileName = Path.Combine(ConfDir, "NAudio.dll");
public static readonly Version CurrentVersion = new Version("3.10.3.511");
public static readonly Version CurrentVersion = new Version("3.10.3.514");
public static readonly string ManagementWindowDefaultTitle = "Re: TTSCat - 插件管理";

public static Conf CurrentConf = new Conf();
Expand Down

0 comments on commit 53ec56d

Please sign in to comment.