From b340bcb22ea2a93ac33f7d9d3b346308ba92a42f Mon Sep 17 00:00:00 2001 From: NYAN CAT <32758426+NYAN-x-CAT@users.noreply.github.com> Date: Mon, 16 Oct 2023 17:20:18 +0300 Subject: [PATCH] Update AssemblyInfo.cs --- AsyncRAT-C#/Server/Properties/AssemblyInfo.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AsyncRAT-C#/Server/Properties/AssemblyInfo.cs b/AsyncRAT-C#/Server/Properties/AssemblyInfo.cs index 12ef4b4..8db4932 100644 --- a/AsyncRAT-C#/Server/Properties/AssemblyInfo.cs +++ b/AsyncRAT-C#/Server/Properties/AssemblyInfo.cs @@ -31,5 +31,5 @@ using System.Runtime.InteropServices; // 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("0.5.7.0")] -[assembly: AssemblyFileVersion("0.5.7.0")] +[assembly: AssemblyVersion("0.5.8.0")] +[assembly: AssemblyFileVersion("0.5.8.0")]