25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

15 lines
401 B

  1. VERSION = "5.22.3"
  2. PROJECT_NAME = "xhiveframework-bench"
  3. XHIVEFRAMEWORK_VERSION = None
  4. current_path = None
  5. updated_path = None
  6. LOG_BUFFER = []
  7. def set_xhiveframework_version(bench_path="."):
  8. from .utils.app import get_current_xhiveframework_version
  9. global XHIVEFRAMEWORK_VERSION
  10. if not XHIVEFRAMEWORK_VERSION:
  11. XHIVEFRAMEWORK_VERSION = get_current_xhiveframework_version(bench_path=bench_path)