Files
2025-12-19 19:08:23 -07:00

14 lines
251 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Repackinator.Core
{
public static class Version
{
public static string Value { get; } = "2.1.0";
}
}