[RelativeSync] bump version

This commit is contained in:
NotAKidoS 2025-04-03 04:00:42 -05:00
parent 9d2c3ed244
commit 75de6d33a0
2 changed files with 5 additions and 5 deletions

View file

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