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"; } }