Skip to content

Commit b07627b

Browse files
v2.1.7 : Updated Installer
1 parent f5e1938 commit b07627b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

EZCode/EZCode.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public class EzCode
2424
/// <summary>
2525
/// Directory of the script playing
2626
/// </summary>
27-
public static string Version { get; } = "2.1.6";
27+
public static string Version { get; } = "2.1.7";
2828
/// <summary>
2929
/// The Official EZCode Icon
3030
/// </summary>

Installer/Install.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public static void DownloadMain()
4242
try
4343
{
4444
string type = "";
45-
string realTag = "2.0.2";
45+
string realTag = $"{EZCode.EzCode.Version}";
4646
string releaseTag = type != "" ? $"v{realTag}_{type.ToLower()}" : $"v{realTag}";
4747
string releaseTitle = type != "" ? $"v{realTag}_{type}" : $"v{realTag}";
4848

0 commit comments

Comments
 (0)