mirror of
https://github.com/Team-Resurgent/Repackinator.git
synced 2026-08-15 02:18:07 -07:00
14 lines
251 B
C#
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";
|
|
}
|
|
}
|