[RelativeSync] bump version

This commit is contained in:
NotAKidoS 2024-05-29 18:33:01 -05:00
parent f1dd196304
commit ee7d7f2bee
2 changed files with 3 additions and 3 deletions

View file

@ -27,6 +27,6 @@ using System.Reflection;
namespace NAK.RelativeSync.Properties;
internal static class AssemblyInfoParams
{
public const string Version = "1.0.1";
public const string Version = "1.0.2";
public const string Author = "NotAKidoS";
}