mirror of
https://github.com/sp-tarkov/modules.git
synced 2025-02-13 09:10:44 -05:00
1de88ccf51
Needed to make release packager version setting to work
11 lines
192 B
C#
11 lines
192 B
C#
// --- Autogenerated file ---
|
|
// ----- Do not modify! -----
|
|
|
|
namespace Aki.Common
|
|
{
|
|
public static class AkiPluginInfo
|
|
{
|
|
public const string PLUGIN_VERSION = "1.0.0.0";
|
|
}
|
|
}
|