8 lines
83 B
PHP
Raw Normal View History

2024-12-26 14:32:02 +08:00
<?php
namespace Lop\LopOpensdkPhp;
class Version
{
const VERSION = "1.0.0";
}