Update version number

This commit is contained in:
Changhua 2023-03-01 20:14:46 +08:00
parent dd5f3d9bdf
commit 281587243f

View File

@ -19,7 +19,7 @@ WCF_ROOT = os.path.abspath(os.path.dirname(__file__))
sys.path.insert(0, WCF_ROOT)
import wcf_pb2 # noqa
__version__ = "3.7.0.30.15"
__version__ = "3.7.0.30.15.1"
class Wcf():