Fix version number

This commit is contained in:
Changhua 2023-01-20 11:15:50 +08:00
parent 5ca30074b7
commit eb7df31f1e

View File

@ -18,7 +18,7 @@ sys.path.insert(0, WCF_ROOT)
import wcf_pb2 # noqa
import wcf_pb2_grpc # noqa
__version__ = "v3.7.0.30.12"
__version__ = "3.7.0.30.12"
class Wcf():