Browse Source

Use ridiculous version in development branch

Vince Salvino 1 month ago
parent
commit
ab67db0db4
1 changed files with 1 additions and 1 deletions
  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: