8 lines
152 B
C#
Raw Normal View History

2021-11-12 16:21:13 +08:00
namespace AppCenterEditor
{
public static partial class AppCenterEditorHelper
{
public static string EDEX_VERSION = "3.0.0";
}
}