7 lines
147 B
C#
Raw Normal View History

2022-08-28 18:30:08 -07:00
namespace net.fushizen.modular_avatar.core.editor
{
public static class Version
{
public const string VERSION = "0.0.1";
}
}