From 0728fb319a944ac0a6c211845efff74807cbcff9 Mon Sep 17 00:00:00 2001 From: crowbarmaster Date: Sat, 18 Dec 2021 14:06:50 -0500 Subject: [PATCH] Update client version. --- BedrockService/Client/Properties/AssemblyInfo.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BedrockService/Client/Properties/AssemblyInfo.cs b/BedrockService/Client/Properties/AssemblyInfo.cs index 83c81492..1c4e278f 100644 --- a/BedrockService/Client/Properties/AssemblyInfo.cs +++ b/BedrockService/Client/Properties/AssemblyInfo.cs @@ -31,5 +31,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] +[assembly: AssemblyVersion("2.5.6.0")] +[assembly: AssemblyFileVersion("2.5.6.0")]