Skip to content

Commit 2bd822b

Browse files
chore: update the version number
1 parent 0135186 commit 2bd822b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Client.Wpf/Enumerations/EApplicationData.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ namespace Client.Wpf.Enumerations
55
/// <summary> Pre-determined reference information. </summary>
66
public class EApplicationData
77
{
8-
public static Version Version = new Version(0, 2, 6, 1);
8+
public static Version Version = new Version(0, 2, 6, 2);
99
public const string DevelopmentStageLocalizationKey = ELocalizationKey.Alpha;
1010

1111
public const string ContributionsByVitalyAndreyev = "1000+";

Client.Wpf/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,5 @@
4848
// You can specify all the values or you can default the Build and Revision Numbers
4949
// by using the '*' as shown below:
5050
// [assembly: AssemblyVersion("1.0.*")]
51-
[assembly: AssemblyVersion("0.2.6.1")]
52-
[assembly: AssemblyFileVersion("0.2.6.1")]
51+
[assembly: AssemblyVersion("0.2.6.2")]
52+
[assembly: AssemblyFileVersion("0.2.6.2")]

0 commit comments

Comments
 (0)