소스 검색

Use ridiculous version in development branch

Vince Salvino 2 달 전
부모
커밋
ab67db0db4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      coderedcms/__init__.py

+ 1 - 1
coderedcms/__init__.py

@@ -15,7 +15,7 @@ Maintains version of coderedcms.
 See: https://www.python.org/dev/peps/pep-0440/
 """
 
-release = ["5", "0", "0", "b1", ""]
+release = ["99", "99", "99", "", "dev1"]
 
 
 def _get_version() -> str: