Skip to content

Commit 452f138

Browse files
v2.5.0_beta2
1 parent 168f839 commit 452f138

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

EZCode/EZCode.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public class EzCode
2323
/// <summary>
2424
/// Directory of the script playing
2525
/// </summary>
26-
public static string Version { get; } = "2.5.0_beta";
26+
public static string Version { get; } = "2.5.0_beta2";
2727

2828
#region Variables_and_Initializers
2929
/// <summary>

EZCode/EZCode.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
77
<Title>EZCode WinForms Programming Language</Title>
8-
<Version>2.4.6</Version>
8+
<Version>2.5.0_beta2</Version>
99
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
1010
<Description>EZCode is a easy to ue programming language for WinForms and can help speed up your development process. Go to https://ez-code.web.app</Description>
1111
<Copyright>Copyright © 2023</Copyright>

0 commit comments

Comments
 (0)